comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 819:11fd6557d0fc

UI: Cosmetics in log messages of CollectionView. flys-client/trunk@2477 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 09 Aug 2011 12:59:44 +0000
parents 8fa303586f14
children 912379835298
comparison
equal deleted inserted replaced
818:2c004a40b1e1 819:11fd6557d0fc
598 final String url = config.getServerUrl(); 598 final String url = config.getServerUrl();
599 final String locale = config.getLocale(); 599 final String locale = config.getLocale();
600 final Collection collection = getCollection(); 600 final Collection collection = getCollection();
601 final Artifact master = getArtifact(); 601 final Artifact master = getArtifact();
602 602
603 if (master == null || recommendations == null) { 603 if (master == null) {
604 GWT.log("WARNING: Currently no master artifact set or no recom."); 604 GWT.log("WARNING: Currently no master artifact set.");
605 return; 605 return;
606 } 606 }
607 if (recommendations == null) {
608 GWT.log("WARNING: Currently no recommendations.");
609 return;
610 }
611
607 612
608 for (final Recommendation recommendation: recommendations) { 613 for (final Recommendation recommendation: recommendations) {
609 if (collection.loadedRecommendation(recommendation)) { 614 if (collection.loadedRecommendation(recommendation)) {
610 continue; 615 continue;
611 } 616 }

http://dive4elements.wald.intevation.org