[Dive4elements-commits] [PATCH 08 of 13] Doc
Wald Commits
scm-commit at wald.intevation.org
Thu May 16 17:51:28 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1368714636 -7200
# Node ID b6dab05553e26e165fe93eeccc9ee308b6f2e690
# Parent a0dd303f4a08f94f09175e06da37f89cd01067b3
Doc.
diff -r a0dd303f4a08 -r b6dab05553e2 gwt-client/src/main/java/org/dive4elements/river/client/client/services/ArtifactService.java
--- 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,
diff -r a0dd303f4a08 -r b6dab05553e2 gwt-client/src/main/java/org/dive4elements/river/client/server/ArtifactServiceImpl.java
--- 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,
More information about the Dive4elements-commits
mailing list