Changeset 29
- Timestamp:
- 07/26/05 11:34:23 (3 years ago)
- Files:
-
- trunk/src/net/schst/XJConf/TagDefinition.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/net/schst/XJConf/TagDefinition.java
r28 r29 20 20 private String nameAttribute = null; 21 21 private ConstructorDefinition constructor = null; 22 private ArrayList ignoredChildren = new ArrayList();23 22 24 23 // TODO: Eventually call the setter method for the cdata
