Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateResource.java @ 86:b2e0cb83631c
Removed trailing whitespace
artifacts/trunk@833 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 26 Mar 2010 10:04:34 +0000 |
parents | 48d1a9a082c2 |
children | 69c84cf7c5d7 |
comparison
equal
deleted
inserted
replaced
85:78263e910675 | 86:b2e0cb83631c |
---|---|
69 .getAttributes().get("database"); | 69 .getAttributes().get("database"); |
70 | 70 |
71 try { | 71 try { |
72 return new DomRepresentation( | 72 return new DomRepresentation( |
73 MediaType.APPLICATION_XML, | 73 MediaType.APPLICATION_XML, |
74 db.createArtifactWithFactory(factory, | 74 db.createArtifactWithFactory(factory, |
75 getCallMeta(), | 75 getCallMeta(), |
76 inputDocument)); | 76 inputDocument)); |
77 } | 77 } |
78 catch (ArtifactDatabaseException adbe) { | 78 catch (ArtifactDatabaseException adbe) { |
79 Response response = getResponse(); | 79 Response response = getResponse(); |