diff --git a/pom.xml b/pom.xml index f3b14fc..5a34169 100644 --- a/pom.xml +++ b/pom.xml @@ -40,5 +40,20 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + http://java.sun.com/javase/6/docs/api/ + http://www.dom4j.org/apidocs/ + + + + + diff --git a/src/main/java/se/kb/oai/pmh/ErrorResponseException.java b/src/main/java/se/kb/oai/pmh/ErrorResponseException.java index 776e188..8445d80 100644 --- a/src/main/java/se/kb/oai/pmh/ErrorResponseException.java +++ b/src/main/java/se/kb/oai/pmh/ErrorResponseException.java @@ -24,7 +24,7 @@ import se.kb.oai.OAIException; * Exception that is thrown when the response from the OAI-PMH server * has <error> elements in it. * - * There are eight different error codes returned: + * There are eight different error codes that can be returned: * *