diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFacet.java @ 7391:9513d1af7d58

Renamed artifacts/**/BedHeight(Single) to BedHeight(Single)Data, to resolve class name conflict with class in backend.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 17 Oct 2013 15:08:59 +0200
parents 793dfb2f4b7b
children 42076d94977e
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFacet.java	Thu Oct 17 11:12:14 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFacet.java	Thu Oct 17 15:08:59 2013 +0200
@@ -45,8 +45,7 @@
             /* Former doc (from BedHeightAccess):
              * Return a {@link List} of {@link BedHeightSingleValue}s
              * at the range of the artifact
-             * @return List of {@link BedHeightSingleValue}s
-             */
+             * @return List of {@link BedHeightSingleValue}s */
             BedHeightSingle single = BedHeightSingle.getBedHeightSingleById(
                     access.getHeightId());
             return BedHeightSingleValue.getBedHeightSingleValues(single,
@@ -56,8 +55,7 @@
         else {
             /* Former doc (from BedHeightAccess):
              * Return the {@link BedHeight} at the height_id and time of the artifact
-             * @return {@link BedHeight}
-             */
+             * @return {@link BedHeight} */
             return BedHeightFactory.getHeight(
                 access.getType(),
                 access.getHeightId(),

http://dive4elements.wald.intevation.org