java-examples: fix reported minor vulnerabilities

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2018-10-11 20:06:13 -07:00
parent d5cb613ad0
commit 94be00a63d
7 changed files with 28 additions and 16 deletions

View File

@ -40,7 +40,7 @@ public class GroveQTouch_Example {
Thread.sleep(1000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
System.out.println(e.toString());
}
}
// ! [Interesting]