comparison artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java @ 400:f367be55dd35

Doc fixes. artifacts/trunk@5027 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 17 Jul 2012 19:21:08 +0000
parents ec5c7e54cae1
children
comparison
equal deleted inserted replaced
399:4943d36c896b 400:f367be55dd35
139 return name; 139 return name;
140 } 140 }
141 141
142 /** 142 /**
143 * Name of this collection. 143 * Name of this collection.
144 * @return Returns the name of this collection 144 * @param name the name of this collection
145 */ 145 */
146 public void setName(String name) { 146 public void setName(String name) {
147 this.name = name; 147 this.name = name;
148 } 148 }
149 149

http://dive4elements.wald.intevation.org