Skip to content

Commit 79cc5fe

Browse files
authored
refactor: update comment link to Java issue tracker
1 parent b2039f1 commit 79cc5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/sqlite/util/OSInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ static String resolveArmArchType() {
203203
}
204204

205205
// Java 1.8 introduces a system property to determine armel or armhf
206-
// http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8005545
206+
// https://bugs.openjdk.org/browse/JDK-8005545
207207
String abi = System.getProperty("sun.arch.abi");
208208
if (abi != null && abi.startsWith("gnueabihf")) {
209209
return "armv7";

0 commit comments

Comments
 (0)