Mercurial > dive4elements > framework
changeset 326:3447fa62f007
Minor cosmetics.
artifacts/trunk@2571 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 25 Aug 2011 10:15:22 +0000 |
parents | 4022ea69d1cb |
children | 8a3ddd374dd1 |
files | ChangeLog artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java artifacts/src/main/java/de/intevation/artifacts/Artifact.java |
diffstat | 3 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Aug 24 14:35:27 2011 +0000 +++ b/ChangeLog Thu Aug 25 10:15:22 2011 +0000 @@ -1,3 +1,13 @@ +2011-08-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Minor cosmetics. + + * artifacts/src/main/java/de/intevation/artifacts/Artifact.java: + Corrected signature in link in comment, whitespace. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java: + Punctuation, whitespace in comment. + 2011-08-24 Sascha L. Teichmann <teichmann@intevation.de> * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java:
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java Wed Aug 24 14:35:27 2011 +0000 +++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java Thu Aug 25 10:15:22 2011 +0000 @@ -121,7 +121,8 @@ /** * Method to figure out which POST action (feed or advance) was * triggered and perform this operation on the artifact specified - * by 'identifier' and found in the artifact database 'db' + * by 'identifier' and found in the artifact database 'db'. + * * @param identifier The identifier of the artifact. * @param action The action to be performed. * @param source The input document to further parameterize the
--- a/artifacts/src/main/java/de/intevation/artifacts/Artifact.java Wed Aug 24 14:35:27 2011 +0000 +++ b/artifacts/src/main/java/de/intevation/artifacts/Artifact.java Thu Aug 25 10:15:22 2011 +0000 @@ -34,7 +34,7 @@ * * There are two more methods involved with the life cycle of the are: * <ol> - * <li>{@link #setup(String, ArtifactFactory, Object, Document) setup()}: + * <li>{@link #setup(String, ArtifactFactory, Object, CallMeta, Document) setup()}: * Called after created by the factory.</li> * <li>{@link #endOfLife(Object) endOfLife()}: Called when the artifact * is going to be removed from @@ -121,6 +121,7 @@ /** * When created by a factory this method is called to * initialize the artifact. + * * @param identifier The identifier from artifact database * @param factory The factory which created this artifact. * @param context The global context of the runtime system.