Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0697f433 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

PROXY-122 - Format xml

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@46746 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 6c2db65b
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,8 @@ public class MessageBean implements Serializable {
}
public static String prettyFormat(String input) {
return prettyFormat(input, 2);
String res = prettyFormat(input, 2);
return res;
}
public Boolean shouldDisplayMessageContent() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment