mx4j/src/core/mx4j/remote MX4JRemoteUtils.java,1.15,1.16
Simone Bordet <[email protected]> Sat, 09 Oct 2004 14:52:42 +0000
| Newsgroups | gmane.comp.java.mx4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mx4j/mx4j/src/core/mx4j/remote
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16982/src/core/mx4j/remote
Modified Files:
MX4JRemoteUtils.java
Log Message:
Remarked JDK 1.4 specific code in debug statement to allow JDK 1.3 compilation
Index: MX4JRemoteUtils.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/remote/MX4JRemoteUtils.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** MX4JRemoteUtils.java 9 Oct 2004 13:54:55 -0000 1.15
--- MX4JRemoteUtils.java 9 Oct 2004 14:52:40 -0000 1.16
***************
*** 395,400 ****
while (k-- > 0) buffer.append(" ");
buffer.append(domains[i].getCodeSource().getLocation());
! buffer.append(" - ");
! buffer.append(java.util.Arrays.asList(domains[i].getPrincipals()));
buffer.append("\n");
}
--- 395,401 ----
while (k-- > 0) buffer.append(" ");
buffer.append(domains[i].getCodeSource().getLocation());
! // Only work in JDK 1.4
! // buffer.append(" - ");
! // buffer.append(java.util.Arrays.asList(domains[i].getPrincipals()));
buffer.append("\n");
}
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl