[Pharo-project] Issue 3351 in pharo: Comments in MIMEDocument erroneously refer to MIMEObject
Status: New Owner: ---- New issue 3351 by tony.fleig: Comments in MIMEDocument erroneously refer to MIMEObject http://code.google.com/p/pharo/issues/detail?id=3351 Pharo image: Pharo Pharo core version: 1.1-11411 Virtual machine used: n/a Class browser used (if applicable): n/a In the following method, comments refer to MIMEObject (which I assume is an earlier name for MIMEDocument): MIMEDocument class>>#contentType:content I realize this is a small thing, but it did cause me to hunt around for MIMEObject for a while.
Comment #1 on issue 3351 by stephane.ducasse: Comments in MIMEDocument erroneously refer to MIMEObject http://code.google.com/p/pharo/issues/detail?id=3351 Thanks Can you provide the comment? Accurate comments are important. Thanks for the reporting.
Comment #2 on issue 3351 by tony.fleig: Comments in MIMEDocument erroneously refer to MIMEObject http://code.google.com/p/pharo/issues/detail?id=3351 contentType: aMIMEType content: content "create a MIMEObject with the given content-type and content" "MIMEObject contentType: 'text/plain' content: 'This is a test'"
Comment #3 on issue 3351 by tony.fleig: Comments in MIMEDocument erroneously refer to MIMEObject http://code.google.com/p/pharo/issues/detail?id=3351 MIMEDocument class>>contentType: aMIMEType content: content "create a MIMEObject with the given content-type and content" "MIMEObject contentType: 'text/plain' content: 'This is a test'"
Updates: Status: Closed Labels: Milestone-1.2 Comment #4 on issue 3351 by marcus.denker: Comments in MIMEDocument erroneously refer to MIMEObject http://code.google.com/p/pharo/issues/detail?id=3351 12254
participants (1)
-
pharo@googlecode.com