Author: max.andersen(a)jboss.com
Date: 2008-02-07 09:19:31 -0500 (Thu, 07 Feb 2008)
New Revision: 6165
Modified:
branches/jbosstools-2.0.x/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java
Log:
JBIDE-1747 && -> &
Modified:
branches/jbosstools-2.0.x/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java
===================================================================
---
branches/jbosstools-2.0.x/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java 2008-02-07
14:11:19 UTC (rev 6164)
+++
branches/jbosstools-2.0.x/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/TablePropertiesBlock.java 2008-02-07
14:19:31 UTC (rev 6165)
@@ -87,7 +87,7 @@
FormToolkit toolkit = managedForm.getToolkit();
Section section = toolkit.createSection( parent, Section.DESCRIPTION );
section.setText( "Tables && Columns" );
- section.setDescription( "Explicitly control settings for table && columns
for which the defaults is not applicable. Click Add, select the relevant tables &&
columns and adjust their settings here." );
+ section.setDescription( "Explicitly control settings for table & columns for
which the defaults is not applicable. Click Add, select the relevant tables & columns
and adjust their settings here." );
section.marginWidth = 10;
section.marginHeight = 5;
toolkit.createCompositeSeparator( section );
Show replies by date