From fc13ccaf664a944a0285d8fe2cb3489af5267492 Mon Sep 17 00:00:00 2001
From: Stuart Marks <stuart.marks@oracle.com>
Date: Tue, 30 Aug 2016 17:12:01 -0700
Subject: [PATCH] Disable unused import warning.

---
 LambdaLab/nbproject/cfg_hints.xml      | 9 +++++++++
 LambdaLab/nbproject/project.properties | 2 ++
 2 files changed, 11 insertions(+)
 create mode 100644 LambdaLab/nbproject/cfg_hints.xml

diff --git a/LambdaLab/nbproject/cfg_hints.xml b/LambdaLab/nbproject/cfg_hints.xml
new file mode 100644
index 0000000..5aff2f7
--- /dev/null
+++ b/LambdaLab/nbproject/cfg_hints.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE configuration PUBLIC "-//NetBeans//DTD Tool Configuration 1.0//EN" "http://www.netbeans.org/dtds/ToolConfiguration-1_0.dtd">
+<configuration>
+    <tool kind="hints" type="text/x-java">
+        <node name="Imports_UNUSED">
+            <attribute name="enabled" value="false"/>
+        </node>
+    </tool>
+</configuration>
diff --git a/LambdaLab/nbproject/project.properties b/LambdaLab/nbproject/project.properties
index dc36462..ba97882 100644
--- a/LambdaLab/nbproject/project.properties
+++ b/LambdaLab/nbproject/project.properties
@@ -5,6 +5,8 @@ annotation.processing.run.all.processors=true
 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
 application.title=LambdaLab
 application.vendor=smarks
+auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsEnabled=true
+auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
 build.classes.excludes=**/*.java,**/*.form
 # This directory is removed when the project is cleaned:
-- 
GitLab