Skip to content

Commit

Permalink
Javadoc: fix unclosed <code>
Browse files Browse the repository at this point in the history
  • Loading branch information
EcljpseB0T authored and jukzi committed Nov 29, 2023
1 parent 3ef0ef1 commit c06b0a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public class InternalVirtualTreeModelViewer extends Viewer

/**
* Level to which the tree should automatically expand elements.
* <code>-1<code> indicates that all levels shoudl be expanded.
* <code>-1</code> indicates that all levels should be expanded.
*/
private int fAutoExpandToLevel = 0;

Expand Down

0 comments on commit c06b0a6

Please sign in to comment.