Menu

#265 Javadoc: unnecessary escaping of angle brackets

Release 3.0.1
open
nobody
5
2005-05-19
2005-05-19
No

In the HttpAdaptor-javadoc-documentation, I found the
following comment and wondered why the angle brackets <
> were replaced with square brackets [ ] ?

"(replaced lt & gt symbol with [])"

According to p138 of the 1.2 spec, the syntax is:

<MLET
CODE = class | OBJECT = serfile
ARCHIVE = "archivelist"
[CODEBASE = codebaseURL]
[NAME = MBeanName]
[VERSION = version]
>
[arglist]
</MLET>

The attributes in square brackets are optional, these
brackets are not part of the mlet-file.

So I think the angle brackets were right and should be
restored...

Discussion


Log in to post a comment.