You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/04/26 07:11:30 UTC

svn commit: r768647 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java

Author: bommel
Date: Sun Apr 26 05:11:29 2009
New Revision: 768647

URL: http://svn.apache.org/viewvc?rev=768647&view=rev
Log:
checkstyle

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java?rev=768647&r1=768646&r2=768647&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/model/DefaultMutableTreeNodeAnalyser.java Sun Apr 26 05:11:29 2009
@@ -1,7 +1,5 @@
 package org.apache.myfaces.tobago.model;
 
-import javax.swing.tree.DefaultMutableTreeNode;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -19,10 +17,9 @@
  * limitations under the License.
  */
 
-/**
- * User: lofwyr
- * Date: 04.12.2008
- */
+import javax.swing.tree.DefaultMutableTreeNode;
+
+
 public class DefaultMutableTreeNodeAnalyser implements TreeAnalyser {
 
   private DefaultMutableTreeNode node;