Skip to content

Commit

Permalink
Fixed html validation problem reported in bug 366298 comment 51
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed Aug 17, 2014
1 parent 6201251 commit ce05740
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ public enum DefaultLocation {
* }</pre>
* <p>
* These declarations are interpreted as:
* </p>
* <pre> &#64;NonNull Number [] n1;
* &#64;NonNull Number [] @NonNull[] n2;</pre>
* <p>
* I.e., both fields can still be <code>null</code> (see the unannotated left-most pair
* of brackets) but none of the <em>contents</em> of these arrays is allowed to be
* <code>null</code> (at any dimension).
Expand Down

0 comments on commit ce05740

Please sign in to comment.