Skip to content

Commit

Permalink
[#302] Minor build fix -- javadoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav committed Aug 14, 2023
1 parent 57eec1c commit cf19cdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
* How about the plugin generates a withXYZ() method for List properties,
* taking as it's parameters a vararg list. For example:<blockquote><pre>
* // This method is generated by vanilla XJC
* public List&lt;OtherType> getMyList() {
* public List&lt;OtherType&tg; getMyList() {
* if (myList == null) {
* myList = new ArrayList&lt;OtherType>();
* myList = new ArrayList&lt;OtherType&gt;();
* }
* return myList;
* }
Expand Down

0 comments on commit cf19cdc

Please sign in to comment.