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

Max Rydahl Andersen mandersen at jboss.com
Thu Aug 10 03:01:44 EDT 2006


  User: mandersen
  Date: 06/08/10 03:01:44

  Modified:    hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/node 
                        NodeFactory.java
  Log:
  customizing properties for exporter
  
  Revision  Changes    Path
  1.3       +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/node/NodeFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NodeFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/node/NodeFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NodeFactory.java	7 Jul 2006 13:50:57 -0000	1.2
  +++ NodeFactory.java	10 Aug 2006 07:01:44 -0000	1.3
  @@ -181,7 +181,7 @@
   			} else if (type.isComponentType() ) {
   				result = ImageConstants.COMPONENT;
   			} else if (type.isCollectionType() ) {
  -				CollectionType pct = (CollectionType)type;
  +				//CollectionType pct = (CollectionType)type;
   				result = ImageConstants.ONETOMANY; //could also be values/collecionts?
   			} else {
   				result = ImageConstants.PROPERTY;
  
  
  



More information about the jboss-cvs-commits mailing list