diff options
author | Noel Grandin <noel@peralex.com> | 2015-02-03 15:34:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-20 11:18:22 +0200 |
commit | 14bc818895a5cc10054928b5cbb49eaff086e8f4 (patch) | |
tree | 25010ed72a1e982bde159671f012d0db2c47f7d6 /jurt | |
parent | b4adcc441d9c6396797321c055858f1e85807374 (diff) |
java: some random small cleanups
Change-Id: I22a5b9fa29d465a21e682279e6e88d37bd8adf93
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/test/com/sun/star/uno/AnyConverter_Test.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/test/com/sun/star/uno/AnyConverter_Test.java b/jurt/test/com/sun/star/uno/AnyConverter_Test.java index eba78ace2c81..978e23a477ba 100644 --- a/jurt/test/com/sun/star/uno/AnyConverter_Test.java +++ b/jurt/test/com/sun/star/uno/AnyConverter_Test.java @@ -52,7 +52,7 @@ public final class AnyConverter_Test { byte[] arByte; /** Class variables are initialized before each Test method */ - @Before public void setUp() throws Exception + @Before public void setUp() { aBool= Boolean.TRUE; aChar= new Character('A'); |