mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[cleanup] remove useless ;
Related to #52. (cherry picked from commit 0899438) (cherry picked from commit d1a9b0b)
This commit is contained in:
parent
eaf3fbc6d7
commit
d11a813bce
@ -24,7 +24,7 @@ package org.elasticsearch.cloud.azure;
|
||||
*/
|
||||
public class Instance {
|
||||
public static enum Status {
|
||||
STARTED;
|
||||
STARTED
|
||||
}
|
||||
|
||||
private String privateIp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user