Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 338725
Collapse All | Expand All

(-)src/org/eclipse/jpt/jpadiagrameditor/ui/internal/util/JpaArtifactFactory.java (-1 / +1 lines)
Lines 785-791 Link Here
785
		String attrTypeName = "java.lang.String"; 																	//$NON-NLS-1$
785
		String attrTypeName = "java.lang.String"; 																	//$NON-NLS-1$
786
		String newAttrName = genUniqueAttrName(jpt, attrTypeName, fp);
786
		String newAttrName = genUniqueAttrName(jpt, attrTypeName, fp);
787
		return addNewAttribute(jpt, ijl, newAttrName, attrTypeName,
787
		return addNewAttribute(jpt, ijl, newAttrName, attrTypeName,
788
				"@Basic", newAttrName, isCollection, fp); //$NON-NLS-1$
788
				"", newAttrName, isCollection, fp); //$NON-NLS-1$
789
	}
789
	}
790
	
790
	
791
	/*
791
	/*

Return to bug 338725