diff options
author | Jiri Vanek <[email protected]> | 2013-12-20 12:57:58 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-20 12:57:58 +0100 |
commit | b616acb51f3bb0217cd24f6018650504dbc40727 (patch) | |
tree | 3f72737c27c29bc1fd4377aa133d93f5436770e6 | |
parent | 235f71b261fa86e39a20b3b2d3a3916f87a11e98 (diff) |
Minor formatting fix
-rw-r--r-- | tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java b/tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java index 7a23476..d35cd8f 100644 --- a/tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java +++ b/tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java @@ -111,8 +111,8 @@ public class CacheLRUWrapperTest { // wait more than 100 microseconds for noLoops = 1000 and noEntries=1000 is bad assertTrue("load() must not take longer than 100 µs, but took in avg " + avg/1000 + "µs", avg < 100 * 1000); } finally { - clw.unlock(); - cacheIndexFile.delete(); + clw.unlock(); + cacheIndexFile.delete(); } } |