Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd
In directory
sc8-pr-cvs1:/tmp/cvs-serv31564/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd
Modified Files:
RelationTagsHandler.java
Log Message:
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about
the XClass AND the dimension.
Index: RelationTagsHandler.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/ejb/src/xdoclet/modules/ejb/dd/RelationTagsHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** RelationTagsHandler.java 30 Jul 2002 00:56:40 -0000 1.6
--- RelationTagsHandler.java 20 Mar 2003 22:36:11 -0000 1.7
***************
*** 848,852 ****
if (getLeftMethod() != null) {
! result =
isSetOrCollection(getLeftMethod().getReturnType().getQualifiedName());
}
else {
--- 848,852 ----
if (getLeftMethod() != null) {
! result =
isSetOrCollection(getLeftMethod().getReturnType().getType().getQualifiedName());
}
else {
***************
*** 869,873 ****
if (getRightMethod() != null) {
! result =
isSetOrCollection(getRightMethod().getReturnType().getQualifiedName());
}
else {
--- 869,873 ----
if (getRightMethod() != null) {
! result =
isSetOrCollection(getRightMethod().getReturnType().getType().getQualifiedName());
}
else {
-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel