comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/DataFacet.java @ 742:c09c9e05ecfa

Removed trailing whitespace. flys-artifacts/trunk@2243 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:18:59 +0000
parents 853dceead0f4
children 3fd891d5228d
comparison
equal deleted inserted replaced
741:e54203e52097 742:c09c9e05ecfa
23 this(name, description, type, null); 23 this(name, description, type, null);
24 } 24 }
25 25
26 public DataFacet( 26 public DataFacet(
27 String name, 27 String name,
28 String description, 28 String description,
29 ComputeType type, 29 ComputeType type,
30 String hash 30 String hash
31 ) { 31 ) {
32 super(name, description); 32 super(name, description);
33 this.type = type; 33 this.type = type;

http://dive4elements.wald.intevation.org