Details
Description
This doesn't work:
/** A String literal that equals to
<code>orderAvailableAmountsRequestDTO</code>.**/
public static String SESSION_STR = "orderAvailableAmountsRequestDTO";
This does:
/** A String literal that equals to
<code>orderAvailableAmountsRequestDTO</code>. **/
public static String SESSION_STR = "orderAvailableAmountsRequestDTO";
(note the space before the comment closes).
Both are valid Java.
Reported by Ville Peurala - vpeurala at mappi.helsinki.fi
Activity
Mike Williams
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mike Williams [ mdub ] | |
Status | Unassigned [ 1 ] | Assigned [ 2 ] |
Mike Williams
made changes -
Status | Assigned [ 2 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Done.