Mercurial > lada > lada-server
changeset 226:8cabc1259df1
Code documentation.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 04 Jul 2013 14:57:37 +0200 |
parents | a1c1ec27224a |
children | ef4c0e646b16 |
files | src/main/java/de/intevation/lada/rest/SMessgroesseService.java |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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. */