# HG changeset patch # User Raimund Renkert # Date 1372942657 -7200 # Node ID 8cabc1259df1c6843fb650ddf00ea628fbed924e # Parent a1c1ec27224a4336d2fc318973a6cb4d72bc9251 Code documentation. diff -r a1c1ec27224a -r 8cabc1259df1 src/main/java/de/intevation/lada/rest/SMessgroesseService.java --- a/src/main/java/de/intevation/lada/rest/SMessgroesseService.java Thu Jul 04 14:55:39 2013 +0200 +++ b/src/main/java/de/intevation/lada/rest/SMessgroesseService.java Thu Jul 04 14:57:37 2013 +0200 @@ -27,7 +27,7 @@ public class SMessgroesseService { /** - * The Repository for SMessMethode. + * The Repository for SMessgroesse. */ @Inject @Named("readonlyrepository") @@ -41,7 +41,7 @@ private Authentication authentication; /** - * Request all SMessMethode objects. + * Request all SMessgroesse objects. * * @param headers The HTTP header containing authorization information. * @return Response object. @@ -61,9 +61,9 @@ } /** - * Request a SMessMethode object via its id. + * Request a SMessgroesse object via its id. * - * @param id The object id. + * @param id The object id. * @param headers The HTTP header containing authorization information. * @return Response object. */