[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor ...

Max Rydahl Andersen mandersen at jboss.com
Fri Sep 22 07:27:22 EDT 2006


  User: mandersen
  Date: 06/09/22 07:27:22

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor 
                        CriteriaEditorInput.java
  Log:
  bad naming
  
  Revision  Changes    Path
  1.5       +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor/CriteriaEditorInput.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CriteriaEditorInput.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor/CriteriaEditorInput.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CriteriaEditorInput.java	21 Sep 2006 22:58:37 -0000	1.4
  +++ CriteriaEditorInput.java	22 Sep 2006 11:27:22 -0000	1.5
  @@ -48,6 +48,6 @@
       }
   
       public void resetName() {
  -    	setName( "Criteria: " + getConsoleConfigurationName()==null?"<None>":getConsoleConfigurationName() );    	
  +    	setName( "Criteria: " + (getConsoleConfigurationName()==null?"<None>":getConsoleConfigurationName()) );    	
       }
   } 
  
  
  



More information about the jboss-cvs-commits mailing list