changeset 77:8af2a920f974

Formatting.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 07 Jun 2013 11:45:07 +0200
parents 5deb01ba8312
children 98fe21a9fbe5
files src/main/java/de/intevation/lada/rest/LProbeService.java
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/LProbeService.java	Fri Jun 07 11:44:41 2013 +0200
+++ b/src/main/java/de/intevation/lada/rest/LProbeService.java	Fri Jun 07 11:45:07 2013 +0200
@@ -21,10 +21,10 @@
 import de.intevation.lada.model.LProbe;
 
 /**
- * This class produces a RESTful service to read the contents of LProbe table.
- * 
- * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
- */
+* This class produces a RESTful service to read the contents of LProbe table.
+* 
+* @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
+*/
 @Path("/proben")
 @RequestScoped
 public class LProbeService {
@@ -51,8 +51,8 @@
     @Path("/{id}")
     @Produces("text/json")
     public Response findById(@PathParam("id") String id) {
-    LProbe item = repository.findById(LProbe.class, id);
-    return new Response(true, "200", item);
+        LProbe item = repository.findById(LProbe.class, id);
+        return new Response(true, "200", item);
     }
 
 	/**
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)