comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 2905:51ed89b754ae

FLYS client: Removed trailing whitespace. flys-client/trunk@4671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:35:37 +0000
parents 18478c9baa67
children 1780841d79af
comparison
equal deleted inserted replaced
2904:e740c43e6f5b 2905:51ed89b754ae
648 continue; 648 continue;
649 } 649 }
650 newRecommendations.push(recommendation); 650 newRecommendations.push(recommendation);
651 651
652 // XXX: UGLY! If no reference artifact given use uuid of 652 // XXX: UGLY! If no reference artifact given use uuid of
653 // current artifact as reference. 653 // current artifact as reference.
654 if (recommendation.getMasterArtifact() == null) { 654 if (recommendation.getMasterArtifact() == null) {
655 recommendation.setMasterArtifact(masterArtifact.getUuid()); 655 recommendation.setMasterArtifact(masterArtifact.getUuid());
656 } 656 }
657 657
658 } 658 }

http://dive4elements.wald.intevation.org