javadoc
[taxeditor.git] / eu.etaxonomy.taxeditor.application / src / main / java / eu / etaxonomy / taxeditor / ApplicationWorkbenchAdvisor.java
index 03f0813514161949cab6544579436a7ac6457978..0d1f7942f7584567ef4f41385dcc3a6cbb92a674 100644 (file)
@@ -138,7 +138,8 @@ public class ApplicationWorkbenchAdvisor extends WorkbenchAdvisor {
                }
 
                /**
-                * analyzes whether the
+                * Analyzes whether the throwable includes an exception of type clazz
+                * in the stacktrace.
          */
         private <T extends Exception> boolean includesCause(Throwable t, Class<? extends Throwable> clazz) {
             boolean result = false;