svn commit: r454163 - /incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r454163 - /incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java

jacopoc
Author: jacopoc
Date: Sun Oct  8 08:46:35 2006
New Revision: 454163

URL: http://svn.apache.org/viewvc?view=rev&rev=454163
Log:
Removed author information from all the files of the "appserver" component: keeping this information in source files is discouraged by the ASF (clearer information about the contributors of a file can be derived from the commit logs).

Modified:
    incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java

Modified: incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java?view=diff&rev=454163&r1=454162&r2=454163
==============================================================================
--- incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java (original)
+++ incubator/ofbiz/trunk/framework/appserver/src/org/ofbiz/appservers/GenerateContainer.java Sun Oct  8 08:46:35 2006
@@ -35,9 +35,6 @@
  * ** This container requires StartInfoLoader to be loaded at startup.
  * ** This container requires the ComponentContainer to be loaded first.
  *
- * @author     <a href="mailto:[hidden email]">Andy Zeneski</a>
- * @version    $Rev$
- * @since      3.1
  */
 public class GenerateContainer implements Container {