Closed
Bug 475514
Opened 17 years ago
Closed 17 years ago
toString deprecation comment seems out of place
Categories
(JSS Graveyard :: Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: david.konrad.stutzman, Assigned: glenbeasley)
References
()
Details
Attachments
(1 file)
|
744 bytes,
patch
|
glenbeasley
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5 (.NET CLR 3.5.30729)
Build Identifier: JSS 4.2.5 RTM
Is the toString method of SSLSecurityStatus actually deprecated? If so, the comment should be changed to something other than the same text as the deprecation comment for the STATUS_FORTEZZA constant (http://mxr.mozilla.org/security/source/security/jss/org/mozilla/jss/ssl/SSLSecurityStatus.java#62).
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Attachment #360956 -
Attachment is patch: true
Attachment #360956 -
Attachment mime type: application/octet-stream → text/plain
Attachment #360956 -
Flags: review?(glen.beasley)
| Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 360956 [details] [diff] [review]
remove incorrect comment
Self review. remove incorrect comment from toString method javadoc. The public member STATUS_FORTEZZA has the correct comment in it's javadoc.
cvsroot/mozilla/security/jss/org/mozilla/jss/ssl/SSLSecurityStatus.java,v <-- SSLSecurityStatus.java
new revision: 1.4; previous revision: 1.3
done
Attachment #360956 -
Flags: review?(glen.beasley) → review+
| Assignee | ||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•