Browse Source

fix type

pull/48/head
Decebal Suiu 10 years ago
parent
commit
9416698908
  1. 2
      pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java

2
pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java

@ -55,7 +55,7 @@ class DependencyResolver {
List<String> pluginsId = graph.reverseTopologicalSort();
if (pluginsId == null) {
throw new CyclicDependencyException("Cyclic dependences !!!" + graph.toString());
throw new CyclicDependencyException("Cyclic dependencies !!!" + graph.toString());
}
log.debug("Plugins order: {}", pluginsId);

Loading…
Cancel
Save