summaryrefslogtreecommitdiff
path: root/java/demo/Freeze/library/Collocated.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-03-14 19:47:25 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-03-14 19:47:25 +0000
commit0f199d9c92385c4d6aa4e54c256fb1431fa560c7 (patch)
treeb4e24544317255411c997d7532bc1708d718ee6c /java/demo/Freeze/library/Collocated.java
parentCleanup, and project modifications (forgot the Release build config). (diff)
downloadice-0f199d9c92385c4d6aa4e54c256fb1431fa560c7.tar.bz2
ice-0f199d9c92385c4d6aa4e54c256fb1431fa560c7.tar.xz
ice-0f199d9c92385c4d6aa4e54c256fb1431fa560c7.zip
Style snafu.
Diffstat (limited to 'java/demo/Freeze/library/Collocated.java')
-rw-r--r--java/demo/Freeze/library/Collocated.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/demo/Freeze/library/Collocated.java b/java/demo/Freeze/library/Collocated.java
index 546d766c249..ae7f391f8b8 100644
--- a/java/demo/Freeze/library/Collocated.java
+++ b/java/demo/Freeze/library/Collocated.java
@@ -31,7 +31,7 @@ class LibraryCollocated extends Freeze.Application
{
}
- if(v != 0)
+ if (v != 0)
{
mode = Freeze.EvictorPersistenceMode.SaveAfterMutatingOperation;
}
@@ -50,7 +50,7 @@ class LibraryCollocated extends Freeze.Application
{
}
- if(v != 0)
+ if (v != 0)
{
evictor.setSize(v);
}