Author: fschumacher
Date: Sat May 12 10:31:43 2018
New Revision: 1831460
URL: http://svn.apache.org/viewvc?rev=1831460&view=rev
Log:
javadoc: no self closing elemens allowed
Modified:
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
Modified:
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java?rev=1831460&r1=1831459&r2=1831460&view=diff
==============================================================================
---
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
(original)
+++
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
Sat May 12 10:31:43 2018
@@ -436,7 +436,7 @@ public class ModuleControllerGui extends
}
/**
- * Implementation of Expand button: <br/>
+ * Implementation of Expand button: <br>
* moves focus to a test plan tree element referenced by selected element
in Module to run tree
*/
@Override