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 /svl | |
parent | f086884fc33aabd4c9abb1efd8f6892dba4830cf (diff) |
java: remove useless javadoc tags
that are not conveying any useful information
Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/complex/ConfigItems/CheckConfigItems.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/svl/qa/complex/ConfigItems/CheckConfigItems.java b/svl/qa/complex/ConfigItems/CheckConfigItems.java index 80b5465519a2..e63d36f46482 100644 --- a/svl/qa/complex/ConfigItems/CheckConfigItems.java +++ b/svl/qa/complex/ConfigItems/CheckConfigItems.java @@ -55,7 +55,6 @@ public class CheckConfigItems /** @short Create the environment for following tests. - * @throws java.lang.Exception * @descr Use either a component loader from desktop or from frame */ @@ -73,7 +72,6 @@ public class CheckConfigItems /** - * @throws java.lang.Exception * @short close the environment. */ @After public void after() @@ -86,10 +84,6 @@ public class CheckConfigItems } - /** - * @throws java.lang.Exception - * @todo document me - */ @Test public void checkPicklist() throws java.lang.Exception { @@ -97,10 +91,6 @@ public class CheckConfigItems } - /** - * @throws java.lang.Exception - * @todo document me - */ @Test public void checkURLHistory() throws java.lang.Exception { @@ -108,10 +98,6 @@ public class CheckConfigItems } - /** - * @throws java.lang.Exception - * @todo document me - */ @Test public void checkHelpBookmarks() throws java.lang.Exception { @@ -119,10 +105,6 @@ public class CheckConfigItems } - /** - * @throws java.lang.Exception - * @todo document me - */ @Test public void checkAccessibilityOptions() throws java.lang.Exception { @@ -130,10 +112,6 @@ public class CheckConfigItems } - /** - * @throws java.lang.Exception - * @todo document me - */ @Test public void checkUserOptions() throws java.lang.Exception { |