From a59cf4b050657304b30b8b2a5487b4c65c86d017 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 10 May 2021 16:16:54 -0700 Subject: [PATCH] Formatting --- java/src/main/java/ai/onnxruntime/OnnxRuntime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/main/java/ai/onnxruntime/OnnxRuntime.java b/java/src/main/java/ai/onnxruntime/OnnxRuntime.java index b28b1c6546..a6b7085e96 100644 --- a/java/src/main/java/ai/onnxruntime/OnnxRuntime.java +++ b/java/src/main/java/ai/onnxruntime/OnnxRuntime.java @@ -192,7 +192,7 @@ final class OnnxRuntime { if (is == null) { // 3a) Not found in resources, load from library path if (!systemLoad) { - return; // Failure is expected if we try to pull in optional components we don't need to load + return; // Failure is expected for optional components we don't need to load } logger.log( Level.FINE, "Attempting to load native library '" + library + "' from library path");