aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2015-06-05 17:52:51 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2015-06-05 17:52:51 +0300
commit9416698908e273f1eafe6d186a544efade1bca00 (patch)
tree099b0d7b8a74765391ebca9ce4ba8befc1cb3b2d /pf4j/src
parentaee82c92b003743bf8d15b029a8d172083839360 (diff)
downloadpf4j-9416698908e273f1eafe6d186a544efade1bca00.tar.gz
pf4j-9416698908e273f1eafe6d186a544efade1bca00.zip
fix type
Diffstat (limited to 'pf4j/src')
-rw-r--r--pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java b/pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java
index 2eaf473..21ddf5d 100644
--- a/pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java
+++ b/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);