File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bin/main/examplepluginloader/Plugger
src/main/kotlin/examplepluginloader/Plugger Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ object PluginManager {
4545 else name.get(0 )
4646 }catch (e: Exception ){null }
4747 fun getPluginLocation (plugID : UUID ): URL ? = try {
48- // only ever 1 url per uuid. 2 uuids for 1 url is possible but not relevant,
48+ // only ever 1 url per uuid. 2 uuids for 1 url is possible but not relevant here ,
4949 // get(0) will throw error if UUID not found because list will be empty
5050 classInfoByURLs.filter { it.value.classInfoAtURL
5151 ?.any { it.optUUID == plugID } ? : false
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ object PluginManager {
4545 else name.get(0 )
4646 }catch (e: Exception ){null }
4747 fun getPluginLocation (plugID : UUID ): URL ? = try {
48- // only ever 1 url per uuid. 2 uuids for 1 url is possible but not relevant,
48+ // only ever 1 url per uuid. 2 uuids for 1 url is possible but not relevant here ,
4949 // get(0) will throw error if UUID not found because list will be empty
5050 classInfoByURLs.filter { it.value.classInfoAtURL
5151 ?.any { it.optUUID == plugID } ? : false
You can’t perform that action at this time.
0 commit comments