comparison gwt-client/src/main/java/org/dive4elements/river/client/server/ThemeListingServiceImpl.java @ 8203:238fc722f87a

sed 's/logger/log/g' src/**/*.java
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 13:19:22 +0200
parents ea9eef426962
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8202:e4606eae8ea5 8203:238fc722f87a
41 */ 41 */
42 public class ThemeListingServiceImpl 42 public class ThemeListingServiceImpl
43 extends RemoteServiceServlet 43 extends RemoteServiceServlet
44 implements ThemeListingService 44 implements ThemeListingService
45 { 45 {
46 private static final Logger logger = 46 private static final Logger log =
47 Logger.getLogger(ThemeListingServiceImpl.class); 47 Logger.getLogger(ThemeListingServiceImpl.class);
48 48
49 49
50 private static final String XPATH_THEME_GROUPS = "/themes/themegroup"; 50 private static final String XPATH_THEME_GROUPS = "/themes/themegroup";
51 /** The error message key that is thrown if an error occured while reading 51 /** The error message key that is thrown if an error occured while reading
104 } 104 }
105 105
106 return theStyles; 106 return theStyles;
107 } 107 }
108 catch (ConnectionException ce) { 108 catch (ConnectionException ce) {
109 logger.error(ce, ce); 109 log.error(ce, ce);
110 } 110 }
111 111
112 throw new ServerException(ERROR_NO_GROUPS_FOUND); 112 throw new ServerException(ERROR_NO_GROUPS_FOUND);
113 } 113 }
114 } 114 }

http://dive4elements.wald.intevation.org