comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 3452:200e70f31f6f

Removed some superfluous casts. flys-artifacts/trunk@5115 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 24 Jul 2012 08:03:28 +0000
parents cd5eb8f5f6f1
children b1912514e0f5
comparison
equal deleted inserted replaced
3451:b5eec54bd4a2 3452:200e70f31f6f
578 if (uuid != null && uuid.trim().length() != 0) { 578 if (uuid != null && uuid.trim().length() != 0) {
579 uuids.add(uuid); 579 uuids.add(uuid);
580 } 580 }
581 } 581 }
582 582
583 return (String[]) uuids.toArray(new String[uuids.size()]); 583 return uuids.toArray(new String[uuids.size()]);
584 } 584 }
585 585
586 586
587 /** 587 /**
588 * Returns a concrete Artifact of this collection specified by its uuid. 588 * Returns a concrete Artifact of this collection specified by its uuid.

http://dive4elements.wald.intevation.org