Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PlayWallDesktop
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PlayWall
PlayWallDesktop
Commits
797b828a
Commit
797b828a
authored
8 years ago
by
tobias
Browse files
Options
Downloads
Patches
Plain Diff
Fix Plugins#load(String, boolean)
parent
8772f126
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
PlayWall/src/application.yml
+1
-1
1 addition, 1 deletion
PlayWall/src/application.yml
PlayWallCore/src/de/tobias/playpad/plugin/Plugins.java
+1
-0
1 addition, 0 deletions
PlayWallCore/src/de/tobias/playpad/plugin/Plugins.java
with
2 additions
and
1 deletion
PlayWall/src/application.yml
+
1
−
1
View file @
797b828a
name
:
PlayWall
name
:
PlayWall
version
:
5.0.1
version
:
5.0.1
build
:
2
8
build
:
2
9
identifier
:
de.tobias.playpad
identifier
:
de.tobias.playpad
main
:
de.tobias.playpad.PlayPadMain
main
:
de.tobias.playpad.PlayPadMain
author
:
Tobias Ullerich
author
:
Tobias Ullerich
...
...
This diff is collapsed.
Click to expand it.
PlayWallCore/src/de/tobias/playpad/plugin/Plugins.java
+
1
−
0
View file @
797b828a
...
@@ -23,6 +23,7 @@ public class Plugins {
...
@@ -23,6 +23,7 @@ public class Plugins {
public
static
List
<
Plugin
>
load
(
String
pluginInfoURL
,
boolean
fetch
)
throws
IOException
{
public
static
List
<
Plugin
>
load
(
String
pluginInfoURL
,
boolean
fetch
)
throws
IOException
{
if
(
plugins
.
isEmpty
()
||
fetch
)
{
if
(
plugins
.
isEmpty
()
||
fetch
)
{
plugins
.
clear
();
URL
url
=
new
URL
(
pluginInfoURL
);
URL
url
=
new
URL
(
pluginInfoURL
);
FileConfiguration
cfg
=
YamlConfiguration
.
loadConfiguration
(
url
.
openStream
());
FileConfiguration
cfg
=
YamlConfiguration
.
loadConfiguration
(
url
.
openStream
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment