Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 298:fc694a43a7e5
Changed the visibility of getData() method of FLYSArtifacts.
flys-artifacts/trunk@1647 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Apr 2011 09:53:14 +0000 |
parents | 43f03f6047b9 |
children | 8f40a57229c3 |
comparison
equal
deleted
inserted
replaced
297:e24f8ad32577 | 298:fc694a43a7e5 |
---|---|
307 * | 307 * |
308 * @param name The name of the data object. | 308 * @param name The name of the data object. |
309 * | 309 * |
310 * @return the StateData object if existing, otherwise null. | 310 * @return the StateData object if existing, otherwise null. |
311 */ | 311 */ |
312 protected StateData getData(String name) { | 312 public StateData getData(String name) { |
313 return data.get(name); | 313 return data.get(name); |
314 } | 314 } |
315 | 315 |
316 | 316 |
317 /** | 317 /** |