Changeset 12663
- Timestamp:
- 05/10/10 04:15:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Java.java
r12662 r12663 122 122 pf_jclass() 123 123 { 124 super(Symbol.JCLASS, "name-or-class-ref ",124 super(Symbol.JCLASS, "name-or-class-ref &optional class-loader", 125 125 "Returns a reference to the Java class designated by NAME-OR-CLASS-REF. If the CLASS-LOADER parameter is passed, the class is resolved with respect to the given ClassLoader."); 126 126 }
Note: See TracChangeset
for help on using the changeset viewer.