mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
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:
parent
ca15860cc3
commit
212c67fdd0
@ -90,7 +90,7 @@ public class ZFM20Sample {
|
|||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("Fingerprint found!");
|
System.out.println("Fingerprint found!");
|
||||||
System.out.println("ID: " + id + ", Score: " + score);
|
System.out.println("ID: " + id[0] + ", Score: " + score[0]);
|
||||||
|
|
||||||
// ! [Interesting]
|
// ! [Interesting]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user