mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
b1873: Fix case inconsistency in tags
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public interface SharedLandscapeConstants {
|
||||
* Indicates that an instance only acts as a reverse proxy. ie. it is not hosting other services. SO it can be
|
||||
* terminated without risk.
|
||||
*/
|
||||
String DISPOSABLE_PROXY = "disposableProxy";
|
||||
String DISPOSABLE_PROXY = "DisposableProxy";
|
||||
|
||||
/**
|
||||
* The tag name for a target group which contains all the instances running httpd. Used to mark the
|
||||
|
||||
Reference in New Issue
Block a user