Cleaned code.
This commit is contained in:
parent
fdb805e80b
commit
5c30a45346
1 changed files with 0 additions and 3 deletions
|
@ -118,7 +118,6 @@ public class JSONFile
|
|||
lines.appendln("}");
|
||||
lines.appendln("}");
|
||||
|
||||
logger.info("Htmlize federation JSON Export pages.");
|
||||
StringsUtils.writeToFile(file, lines);
|
||||
}
|
||||
|
||||
|
@ -152,7 +151,6 @@ public class JSONFile
|
|||
|
||||
lines.appendln("] }");
|
||||
|
||||
logger.info("Htmlize organizations JSON Export pages.");
|
||||
StringsUtils.writeToFile(file, lines);
|
||||
}
|
||||
|
||||
|
@ -186,7 +184,6 @@ public class JSONFile
|
|||
|
||||
lines.appendln("] }");
|
||||
|
||||
logger.info("Htmlize services JSON Export pages.");
|
||||
StringsUtils.writeToFile(file, lines);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue