comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java @ 4527:06c10ad39280

Cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 15 Nov 2012 14:22:12 +0100
parents 58bdf95df5e4
children a929d9a9fa1e
comparison
equal deleted inserted replaced
4526:1f38fa929986 4527:06c10ad39280
70 { 70 {
71 if (flys instanceof ChartArtifact) { 71 if (flys instanceof ChartArtifact) {
72 return new String[0]; 72 return new String[0];
73 } 73 }
74 74
75 List<Output> outs = flys.getCurrentOutputs(context); 75 List<Output> outs = flys.getCurrentOutputs(context);
76 76
77 int num = outs == null ? 0 : outs.size(); 77 int num = outs == null ? 0 : outs.size();
78 78
79 String[] names = new String[num]; 79 String[] names = new String[num];
80 80
84 84
85 return names; 85 return names;
86 } 86 }
87 87
88 88
89 /**
90 * Creates Map from Strings "recommended" to "true".
91 */
89 protected Map<String, Object> getNoneUserSpecificParameters( 92 protected Map<String, Object> getNoneUserSpecificParameters(
90 FLYSArtifact flys, 93 FLYSArtifact flys,
91 CallContext context) 94 CallContext context)
92 { 95 {
93 Map<String, Object> params = new HashMap<String, Object>(1); 96 Map<String, Object> params = new HashMap<String, Object>(1);

http://dive4elements.wald.intevation.org