From 6f8541b438d6bea881aa9254825b7b89bc44b414 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 25 Nov 2015 12:57:21 +0100 Subject: [PATCH] openjdk -> OpenJDK --- doc/Android_code_signing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Android_code_signing.adoc b/doc/Android_code_signing.adoc index 80fefbb..1826b67 100644 --- a/doc/Android_code_signing.adoc +++ b/doc/Android_code_signing.adoc @@ -10,7 +10,7 @@ Prerequisites * a YubiKey with the PIV application * the yubico-piv-tool software * the OpenSC software -* jarsigner and keytool from the JDK (openjdk 8 used here) +* jarsigner and keytool from the JDK (OpenJDK 8 used here) Steps -----