comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/BaseResource.java @ 47:4ae4dc99127d

Removed trailing whitespace. artifacts/trunk@167 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 01 Oct 2009 09:04:17 +0000
parents af22d4de275c
children 41c225c8bd41
comparison
equal deleted inserted replaced
46:f2648672c9c4 47:4ae4dc99127d
37 throws ResourceException 37 throws ResourceException
38 { 38 {
39 return super.post(requestRepr); 39 return super.post(requestRepr);
40 } 40 }
41 41
42 protected Representation get() 42 protected Representation get()
43 throws ResourceException 43 throws ResourceException
44 { 44 {
45 try { 45 try {
46 return innerGet(); 46 return innerGet();
47 } 47 }

http://dive4elements.wald.intevation.org