comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/JniMangle.java @ 5711:4d7175cf3526

enabled Eclipse/JDT javadoc checking and fixed resulting warnings
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 Jun 2012 11:11:12 +0200
parents b4c406861c33
children
comparison
equal deleted inserted replaced
5710:8d31a849ca97 5711:4d7175cf3526
58 } 58 }
59 return mangledName.toString(); 59 return mangledName.toString();
60 } 60 }
61 61
62 /** 62 /**
63 * The delimiter in the string returned by {@link #mangleMethod(TypeDescriptor, String, SignatureDescriptor, boolean)} separating 63 * The delimiter in the string returned by {@link #mangleMethod(ResolvedJavaType, String, Signature, boolean)} separating
64 * the short mangled form from the suffix to be added to obtain the long mangled form. 64 * the short mangled form from the suffix to be added to obtain the long mangled form.
65 */ 65 */
66 public static final char LONG_NAME_DELIMITER = ' '; 66 public static final char LONG_NAME_DELIMITER = ' ';
67 67
68 /** 68 /**