diff options
Diffstat (limited to 'website/setup/netbeans.html')
-rw-r--r-- | website/setup/netbeans.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html index a828fc9f..20935827 100644 --- a/website/setup/netbeans.html +++ b/website/setup/netbeans.html @@ -41,8 +41,8 @@ </div> <div class="downloadHelp"> <ol> - <li>Add <code>lombok.jar</code> to the Project Libraries.</li> - <li>In the Project Properties, in the section Build – Compiling, check the 'Enable Annotation Processing in Editor' checkbox.</li> + <li>Add <code>lombok.jar</code> to the project Libraries.</li> + <li>In the project Properties, in the section Build – Compiling, check the 'Enable Annotation Processing in Editor' checkbox.</li> </ol> <img src="netbeans-enable-annotation-processing-in-editor.png" /> </div> |