diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-09 15:52:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-12-10 08:06:38 +0000 |
commit | ffffc526e3d6529567694d96a5877d9c63e8e48d (patch) | |
tree | 0756646cd88d1179b41422d32de996940af0c9a1 /framework/qa | |
parent | 9711dccd7fae3e3e77dc2d2018bdb8cdbf85309c (diff) |
java: remove comment noise
Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
Reviewed-on: https://gerrit.libreoffice.org/13408
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java | 1 | ||||
-rw-r--r-- | framework/qa/complex/api_internal/CheckAPI.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java index 4a804028f3d2..a5226e0e4199 100644 --- a/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java +++ b/framework/qa/complex/accelerators/AcceleratorsConfigurationTest.java @@ -17,7 +17,6 @@ */ package complex.accelerators; -// imports import com.sun.star.awt.KeyEvent; import com.sun.star.beans.PropertyValue; import com.sun.star.beans.XPropertySet; diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java index 3a900e9d1627..e3ffa8bd584b 100644 --- a/framework/qa/complex/api_internal/CheckAPI.java +++ b/framework/qa/complex/api_internal/CheckAPI.java @@ -17,7 +17,6 @@ */ package complex.api_internal; -// imports import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; |