From: Xuan B. <med...@us...> - 2008-01-21 19:43:54
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1 In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21771/src/org/tm4j/topicmap/tmdm/tm4j1 Modified Files: MemberImpl.java Log Message: Bugfix: AssocationRole is actually not Scopeable: Fix the follow-up bugs triggered by type incompatibilities. Also found some more bugs regarding scope. Index: MemberImpl.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1/MemberImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MemberImpl.java 21 Jan 2008 11:13:45 -0000 1.1 --- MemberImpl.java 21 Jan 2008 19:43:57 -0000 1.2 *************** *** 24,28 **** @author <a href="mailto:xua...@pu...">Xuân Baldauf</a> */ ! public class MemberImpl extends ScopedObjectImpl<org.tm4j.topicmap.tmdm.AssociationRole,org.tm4j.topicmap.tmdm.ReadableAssociationRole> implements org.tm4j.topicmap.Member { protected MemberImpl(org.tm4j.topicmap.tmdm.AssociationRole representedObject,TopicMapImpl container) { --- 24,28 ---- @author <a href="mailto:xua...@pu...">Xuân Baldauf</a> */ ! public class MemberImpl extends TopicMapObjectImpl<org.tm4j.topicmap.tmdm.AssociationRole,org.tm4j.topicmap.tmdm.ReadableAssociationRole> implements org.tm4j.topicmap.Member { protected MemberImpl(org.tm4j.topicmap.tmdm.AssociationRole representedObject,TopicMapImpl container) { |