/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2348 by torben, Mon Feb 23 14:39:49 2015 UTC revision 2349 by torben, Mon Feb 23 15:02:48 2015 UTC
# Line 12  public class ServiceConfig { Line 12  public class ServiceConfig {
12          @ConfigVariable          @ConfigVariable
13          public boolean useOpenStreetMaps;          public boolean useOpenStreetMaps;
14                    
15            @ConfigVariable(mandatory=false, readonly=true)
16            public String googleApiUser;
17            
18            @ConfigVariable(mandatory=false, hideValue=true)
19            public String googleApiKey;
20            
21  }  }

Legend:
Removed from v.2348  
changed lines
  Added in v.2349

  ViewVC Help
Powered by ViewVC 1.1.20