comparison artifacts/src/main/java/org/dive4elements/river/utils/MapUtils.java @ 5865:73da40528cf2

River artifacts: Renamed FLYSUtils to RiverUtils.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:09:31 +0200
parents 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5864:f2e46a668fe6 5865:73da40528cf2
61 } 61 }
62 } 62 }
63 63
64 String connection = null; 64 String connection = null;
65 65
66 if (FLYSUtils.isUsingOracle()) { 66 if (RiverUtils.isUsingOracle()) {
67 if (groups < 4) { 67 if (groups < 4) {
68 logger.warn("Could only partially parse connection string."); 68 logger.warn("Could only partially parse connection string.");
69 return null; 69 return null;
70 } 70 }
71 71
148 148
149 return connection; 149 return connection;
150 } 150 }
151 151
152 public static String getConnectionType() { 152 public static String getConnectionType() {
153 return FLYSUtils.isUsingOracle() ? "oraclespatial" : "postgis"; 153 return RiverUtils.isUsingOracle() ? "oraclespatial" : "postgis";
154 } 154 }
155 } 155 }

http://dive4elements.wald.intevation.org