[cleanup] remove useless ;

Related to #52.

(cherry picked from commit 0899438)
(cherry picked from commit d1a9b0b)
This commit is contained in:
David Pilato 2015-02-04 14:25:39 +01:00
parent eaf3fbc6d7
commit d11a813bce

View File

@ -24,7 +24,7 @@ package org.elasticsearch.cloud.azure;
*/
public class Instance {
public static enum Status {
STARTED;
STARTED
}
private String privateIp;