This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 5425822 Minor comment cleanup
5425822 is described below
commit 5425822c99c8493b6777eb63581ac4f102ef361c
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Jun 10 22:52:20 2021 +0200
Minor comment cleanup
---
framework/src/main/java/org/apache/felix/framework/URLHandlers.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/framework/src/main/java/org/apache/felix/framework/URLHandlers.java
b/framework/src/main/java/org/apache/felix/framework/URLHandlers.java
index 88b65e9..548a68e 100644
--- a/framework/src/main/java/org/apache/felix/framework/URLHandlers.java
+++ b/framework/src/main/java/org/apache/felix/framework/URLHandlers.java
@@ -202,7 +202,7 @@ class URLHandlers implements URLStreamHandlerFactory,
ContentHandlerFactory
}
}
- // Try to preload the jrt handler as we need it from the jvm on
java > 8
+ // Try to preload the jar handler as we need it from the jvm on
java > 8
if (getFromCache(m_builtIn, "jar") == null)
{
try
@@ -459,7 +459,7 @@ class URLHandlers implements URLStreamHandlerFactory,
ContentHandlerFactory
}
}
// This is a workaround for android - Starting with 4.1 the built-in
core handler
- // are not following the normal naming nore package schema :-(
+ // are not following the normal naming package schema :-(
String androidHandler = null;
if ("file".equalsIgnoreCase(protocol))
{