Updated documentation for upcoming fix for @code tags

Change-Id: Id7b163179132b9cf180afecb4e9e10ee39bcd415
This commit is contained in:
Ben Dodson
2010-08-25 10:55:47 -07:00
parent ba4da86add
commit 4e8620f868
7 changed files with 14 additions and 14 deletions

View File

@@ -412,7 +412,7 @@ public class TypedProperties extends HashMap<String, Object> {
*/
/**
* An unchecked exception that is thrown if a {@code get&lt;TYPE&gt;()} method
* An unchecked exception that is thrown if a {@code get<TYPE>()} method
* is used to retrieve a parameter whose type does not match the method name.
*/
public static class TypeException extends IllegalArgumentException {