Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
lang-toolkit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 68ee2262
authored
Aug 17, 2017
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing one little exception
1 parent
54367d6b
Pipeline
#197
passed
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/bootstrap/src/main/java/me/felinewith/lang_toolkit/apps/bootstrap/BootstrapClassLoader.java
apps/bootstrap/src/main/java/me/felinewith/lang_toolkit/apps/bootstrap/BootstrapClassLoader.java
View file @
68ee226
...
@@ -402,7 +402,7 @@ public class BootstrapClassLoader extends ClassLoader
...
@@ -402,7 +402,7 @@ public class BootstrapClassLoader extends ClassLoader
}
}
log
.
info
(
"Added Jar "
.
concat
(
pt
));
log
.
info
(
"Added Jar "
.
concat
(
pt
));
}
}
catch
(
IOException
x
)
{}
catch
(
IOException
|
NullPointerException
x
)
{}
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment