java: Corrected mistake in sample

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Stefan Andritoiu 2015-10-09 15:36:17 +03:00 committed by Abhishek Malik
parent ca15860cc3
commit 212c67fdd0

View File

@ -90,7 +90,7 @@ public class ZFM20Sample {
}
System.out.println("Fingerprint found!");
System.out.println("ID: " + id + ", Score: " + score);
System.out.println("ID: " + id[0] + ", Score: " + score[0]);
// ! [Interesting]
}