change protected and package scope fields to private

fixes gh-149
This commit is contained in:
Spencer Gibb
2015-01-15 12:02:19 -07:00
parent 84554725db
commit e7331098fa
18 changed files with 49 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ public class EurekaInstanceCanceledEvent extends ApplicationEvent {
private String serverId;
boolean replication;
private boolean replication;
public EurekaInstanceCanceledEvent(Object source, String appName, String serverId,
boolean replication) {

View File

@@ -35,7 +35,7 @@ public class EurekaInstanceRegisteredEvent extends ApplicationEvent {
private int leaseDuration;
boolean replication;
private boolean replication;
public EurekaInstanceRegisteredEvent(Object source, InstanceInfo instanceInfo,
int leaseDuration, boolean replication) {

View File

@@ -37,7 +37,7 @@ public class EurekaInstanceRenewedEvent extends ApplicationEvent {
private InstanceInfo instanceInfo;
boolean replication;
private boolean replication;
public EurekaInstanceRenewedEvent(Object source, String appName, String serverId,
InstanceInfo instanceInfo, boolean replication) {