Author: toad
Date: 2007-11-28 12:19:22 +0000 (Wed, 28 Nov 2007)
New Revision: 16007
Modified:
trunk/freenet/src/freenet/config/PersistentConfig.java
trunk/freenet/src/freenet/node/Node.java
Log:
indent
Modified: trunk/freenet/src/freenet/config/PersistentConfig.java
===================================================================
--- trunk/freenet/src/freenet/config/PersistentConfig.java 2007-11-28
12:18:52 UTC (rev 16006)
+++ trunk/freenet/src/freenet/config/PersistentConfig.java 2007-11-28
12:19:22 UTC (rev 16007)
@@ -73,12 +73,12 @@
}
}
- /**
- * Return a copy of the SFS as read by the config framework.
- *
- * @return a SFS or null if initialization is finished.
- */
- public synchronized SimpleFieldSet getSimpleFieldSet() {
- return (origConfigFileContents == null ? null : new
SimpleFieldSet(origConfigFileContents));
- }
+ /**
+ * Return a copy of the SFS as read by the config framework.
+ *
+ * @return a SFS or null if initialization is finished.
+ */
+ public synchronized SimpleFieldSet getSimpleFieldSet() {
+ return (origConfigFileContents == null ? null : new
SimpleFieldSet(origConfigFileContents));
+ }
}
Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java 2007-11-28 12:18:52 UTC (rev
16006)
+++ trunk/freenet/src/freenet/node/Node.java 2007-11-28 12:19:22 UTC (rev
16007)
@@ -542,10 +542,10 @@
if(logConfigHandler != lc)
logConfigHandler=lc;
startupTime = System.currentTimeMillis();
- // Will be set up properly afterwards
- L10n.setLanguage(L10n.FALLBACK_DEFAULT);
- SimpleFieldSet oldConfig = config.getSimpleFieldSet();
- startupPageHolder = new StartupToadletServer(executor,
oldConfig);
+ // Will be set up properly afterwards
+ L10n.setLanguage(L10n.FALLBACK_DEFAULT);
+ SimpleFieldSet oldConfig = config.getSimpleFieldSet();
+ startupPageHolder = new StartupToadletServer(executor,
oldConfig);
nodeNameUserAlert = new MeaningfulNodeNameUserAlert(this);
recentlyCompletedIDs = new LRUQueue();
this.config = config;