Some SOAP Client progress
This commit is contained in:
parent
973dfdec35
commit
3508b7fdaf
10 changed files with 120 additions and 44 deletions
|
|
@ -70,7 +70,7 @@ public class PluginManager<T> implements Iterable<PluginData>{
|
|||
log.fine("Searching for plugins...");
|
||||
for(FileSearcher.FileSearchItem file : search){
|
||||
try {
|
||||
DataNode node = JSONParser.read(IOUtil.getContentString(file.getInputStream()));
|
||||
DataNode node = JSONParser.read(IOUtil.getContentAsString(file.getInputStream()));
|
||||
log.fine("Found plugin: "+file.getPath());
|
||||
PluginData plugin = new PluginData(node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue