checkstyleZZ
[utils] / crawler / basic / src / org / wamblee / crawler / impl / PageImpl.java
index e1e61d8d492d67f2996834f29c6f9144cd7db75d..d478ed4b73f1a11181d46d16aa57cab7114710dd 100644 (file)
@@ -114,7 +114,7 @@ public class PageImpl implements Page {
             return null;
         }
         if (results.size() > 1) {
-            throw new RuntimeException("Duplicate link '" + aName + "'");
+            throw new RuntimeException("Duplicate action '" + aName + "'");
         }
         return results.get(0);
     }