aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-08-16 01:24:27 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-08-16 01:24:27 +0200
commite89f1bd33b68ac062a2e313ec05688e4cc6d8727 (patch)
treeaec8178f608fd4c0a100c2afebde503200fdb4d3 /website
parent39d447d6ff70064a9957ee790b36bb63aeefdbe5 (diff)
parent844b36b47c9fec02473b5d27c74c10f10d5c5fc2 (diff)
downloadlombok-e89f1bd33b68ac062a2e313ec05688e4cc6d8727.tar.gz
lombok-e89f1bd33b68ac062a2e313ec05688e4cc6d8727.tar.bz2
lombok-e89f1bd33b68ac062a2e313ec05688e4cc6d8727.zip
Merge branch 'master' of github.com:rzwitserloot/lombok
Diffstat (limited to 'website')
-rw-r--r--website/setup/netbeans.html4
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 &ndash; Compiling, check the &#39;Enable Annotation Processing in Editor&#39; checkbox.</li>
+ <li>Add <code>lombok.jar</code> to the project Libraries.</li>
+ <li>In the project Properties, in the section Build &ndash; Compiling, check the &#39;Enable Annotation Processing in Editor&#39; checkbox.</li>
</ol>
<img src="netbeans-enable-annotation-processing-in-editor.png" />
</div>