Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
Jitsi
jaxb-api
Commits
3e1d9c1f
Commit
3e1d9c1f
authored
5 years ago
by
Per Lundberg
Committed by
Lukas Jungmann
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix typo
Signed-off-by:
Per Lundberg
<
perlun@gmail.com
>
parent
34f041a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
jaxb-api/src/main/java/javax/xml/bind/ServiceLoaderUtil.java
jaxb-api/src/main/java/javax/xml/bind/ServiceLoaderUtil.java
+1
-1
No files found.
jaxb-api/src/main/java/javax/xml/bind/ServiceLoaderUtil.java
View file @
3e1d9c1f
...
...
@@ -51,7 +51,7 @@ class ServiceLoaderUtil {
static
Object
lookupUsingOSGiServiceLoader
(
String
factoryId
,
Logger
logger
)
{
try
{
// Use reflection to avoid having any dependen
d
cy on ServiceLoader class
// Use reflection to avoid having any dependency on ServiceLoader class
Class
serviceClass
=
Class
.
forName
(
factoryId
);
Class
target
=
Class
.
forName
(
OSGI_SERVICE_LOADER_CLASS_NAME
);
Method
m
=
target
.
getMethod
(
OSGI_SERVICE_LOADER_METHOD_NAME
,
Class
.
class
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment