changeset 6039:b6dab05553e2

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 16 May 2013 16:30:36 +0200
parents a0dd303f4a08
children cbdf839008a7
files gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java	Thu May 16 16:25:06 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java	Thu May 16 16:30:36 2013 +0200
@@ -42,11 +42,11 @@
     ) throws ServerException;
 
     /**
-     * Create a new GaugeDischageCurveArtifact
+     * Create a new GaugeDischageCurveArtifact.
      *
-     * @param collection the collection to add the artifact to
-     * @param river      the river
-     * @param gaugeref   reference id of the gauge
+     * @param collection the collection to add the artifact to.
+     * @param river      the river.
+     * @param gaugeref   reference id of the gauge.
      */
     public Artifact createGaugeDischargeCurveArtifact(
             Collection collection,
@@ -56,11 +56,11 @@
     ) throws ServerException;
 
     /**
-     * Create a new SQRelationArtifact
+     * Create a new SQRelationArtifact.
      *
-     * @param collection the collection to add the artifact to
-     * @param river      the river
-     * @param measurementStation the measurement station id
+     * @param collection the collection to add the artifact to.
+     * @param river      the river.
+     * @param measurementStation the measurement station id.
      */
     public Artifact createSQRelationArtifact(
             Collection collection,
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java	Thu May 16 16:25:06 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java	Thu May 16 16:30:36 2013 +0200
@@ -71,7 +71,7 @@
             Long   gaugeref)
     throws ServerException
     {
-        logger.info("ArtifactServiceImpl.createGaugeDischargeCurverArtifact");
+        logger.info("ArtifactServiceImpl.createGaugeDischargeCurveArtifact");
         String url  = getServletContext().getInitParameter("server-url");
 
         Artifact artifact = ArtifactHelper.createGaugeDischargeCurveArtifact(url,

http://dive4elements.wald.intevation.org