1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-10 09:22:49 +00:00

Calculator Javadoc

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-26 12:01:00 -03:00
parent 6a527038e2
commit fc0dcd221e
28 changed files with 450 additions and 21 deletions

View File

@@ -85,7 +85,6 @@ public class ProxyConfigurationService extends AbstractService implements
Properties properties;
try {
properties = findProperties(config);
System.out.println(properties);
} catch (IOException e) {
properties = new Properties();
logger.info(