diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 08:55:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 1c496506bc0d720241e5f9877681197e3b6d576a (patch) | |
tree | a3cf74b38175e94811f429e88faf6e5daec44492 /dbaccess/qa/complex | |
parent | f086884fc33aabd4c9abb1efd8f6892dba4830cf (diff) |
java: remove useless javadoc tags
that are not conveying any useful information
Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
Diffstat (limited to 'dbaccess/qa/complex')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/UISettings.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/UISettings.java b/dbaccess/qa/complex/dbaccess/UISettings.java index c7c5fb988304..273d6b7a70a3 100644 --- a/dbaccess/qa/complex/dbaccess/UISettings.java +++ b/dbaccess/qa/complex/dbaccess/UISettings.java @@ -89,7 +89,6 @@ public class UISettings extends TestCase /** * checks whether query columns use the settings of the underlying table column, if they do not (yet) have own * settings - * @throws java.lang.Exception */ @Test public void checkTransparentQueryColumnSettings() throws java.lang.Exception |