You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/12/06 02:02:11 UTC

svn commit: r1417720 - in /jmeter/trunk: src/core/org/apache/jmeter/gui/util/VerticalPanel.java test/src/org/apache/jmeter/junit/stubs/TestSampler.java

Author: sebb
Date: Thu Dec  6 01:02:10 2012
New Revision: 1417720

URL: http://svn.apache.org/viewvc?rev=1417720&view=rev
Log:
Remove spurious comments

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/VerticalPanel.java
    jmeter/trunk/test/src/org/apache/jmeter/junit/stubs/TestSampler.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/util/VerticalPanel.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/gui/util/VerticalPanel.java?rev=1417720&r1=1417719&r2=1417720&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/gui/util/VerticalPanel.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/gui/util/VerticalPanel.java Thu Dec  6 01:02:10 2012
@@ -16,12 +16,6 @@
  *
  */
 
-/*
- * Created on Apr 25, 2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
 package org.apache.jmeter.gui.util;
 
 import java.awt.Color;

Modified: jmeter/trunk/test/src/org/apache/jmeter/junit/stubs/TestSampler.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/junit/stubs/TestSampler.java?rev=1417720&r1=1417719&r2=1417720&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/junit/stubs/TestSampler.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/junit/stubs/TestSampler.java Thu Dec  6 01:02:10 2012
@@ -16,12 +16,6 @@
  * 
  */
 
-/*
- * Created on Apr 30, 2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
 package org.apache.jmeter.junit.stubs;
 
 import org.apache.jmeter.samplers.AbstractSampler;