From 1f9012dea47182eb52eac34e2cf91cbfa66cdbc1 Mon Sep 17 00:00:00 2001 From: bobcat_zed Date: Mon, 17 Mar 2008 10:39:33 +0000 Subject: [PATCH] Changed pom.xml to build better Javadoc. Also improved the existing Javadocs on some classes in minor ways. git-svn-id: https://oai4j-client.svn.sourceforge.net/svnroot/oai4j-client/trunk@9 201c9376-5148-0410-b534-98494c770f31 --- pom.xml | 15 +++++++++++++++ .../se/kb/oai/pmh/ErrorResponseException.java | 2 +- src/main/java/se/kb/oai/pmh/IdentifiersList.java | 3 ++- src/main/java/se/kb/oai/pmh/ListBase.java | 2 +- .../java/se/kb/oai/pmh/MetadataFormatsList.java | 8 +++++--- src/main/java/se/kb/oai/pmh/RecordsList.java | 2 +- src/main/java/se/kb/oai/pmh/SetsList.java | 3 ++- 7 files changed, 27 insertions(+), 8 deletions(-) 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: * *