# HG changeset patch # User Felix Wolfsteller # Date 1373572481 -7200 # Node ID ec32ccf7a753085ca8c057e0ebf1bc0b7dbb163a # Parent 4f67b9ceb9e21bf824a040ed4c430cd67e3a0a88 More doc fixes. diff -r 4f67b9ceb9e2 -r ec32ccf7a753 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFactory.java --- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFactory.java Thu Jul 11 21:53:34 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFactory.java Thu Jul 11 21:54:41 2013 +0200 @@ -62,7 +62,7 @@ /** - * Get WKms for given column and wst_id, caring about the cache. + * Get BedHeight for given type and height_id, caring about the cache. */ public static BedHeight getHeight(String type, int height_id, int time) { log.debug("BedHeightFactory.getHeight"); @@ -92,7 +92,7 @@ return values; } - /** Get name for a WKms. */ + /** Get name for a BedHeight. */ public static String getHeightName(String type, int height_id) { log.debug("BedHeightFactory.getHeightName height_id/" + height_id);