Whitespace
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@951 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -246,7 +246,7 @@ public class LobbyRegistry
|
||||
_lobbies.put(category, catlist);
|
||||
}
|
||||
catlist.add(record);
|
||||
log.info("Registered lobby [cat=" + category + ", record=" + record + "].");
|
||||
log.info("Registered lobby", "cat", category, "record", record);
|
||||
}
|
||||
|
||||
@Inject protected PlaceRegistry _plreg;
|
||||
|
||||
@@ -180,7 +180,7 @@ public class EditorApp implements Runnable
|
||||
|
||||
_ctx = new EditorContextImpl();
|
||||
|
||||
// initialize the frame with the now-prepared context
|
||||
// initialize the frame with the now-prepared context
|
||||
_frame.init(_ctx, target);
|
||||
|
||||
// wire up our runtime adjustment editor
|
||||
|
||||
Reference in New Issue
Block a user