warning 제거

master
mjkhan21 1 year ago
parent f2fc90f5f9
commit 390ee14bfd

@ -1296,7 +1296,7 @@ public class CarReadngSoapBindingStub extends org.apache.axis.client.Stub implem
if (super.cachedPortName != null) {
_call.setPortName(super.cachedPortName);
}
java.util.Enumeration keys = super.cachedProperties.keys();
java.util.Enumeration<Object> keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
String key = (String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));

@ -314,7 +314,7 @@ public class CarRegulationSoapBindingStub extends org.apache.axis.client.Stub im
if (super.cachedPortName != null) {
_call.setPortName(super.cachedPortName);
}
java.util.Enumeration keys = super.cachedProperties.keys();
java.util.Enumeration<Object> keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
String key = (String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));

@ -46,7 +46,7 @@ public class FindCustodyTrgetParameterEaiRequest_rsRecord implements java.io.Se
public synchronized boolean equals(Object obj) {
if (!(obj instanceof FindCustodyTrgetParameterEaiRequest_rsRecord)) return false;
FindCustodyTrgetParameterEaiRequest_rsRecord other = (FindCustodyTrgetParameterEaiRequest_rsRecord) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -262,7 +262,7 @@ public class FindCustodyTrgetReturnEaiResponse_rs1Record implements java.io.Ser
public synchronized boolean equals(Object obj) {
if (!(obj instanceof FindCustodyTrgetReturnEaiResponse_rs1Record)) return false;
FindCustodyTrgetReturnEaiResponse_rs1Record other = (FindCustodyTrgetReturnEaiResponse_rs1Record) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -82,7 +82,7 @@ public class AddAutoSeizureByEttffReturn implements java.io.Serializable {
public synchronized boolean equals(Object obj) {
if (!(obj instanceof AddAutoSeizureByEttffReturn)) return false;
AddAutoSeizureByEttffReturn other = (AddAutoSeizureByEttffReturn) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -166,7 +166,7 @@ public class AddAutoSeizureByEttffReturnEaiResponse_rsRecord implements java.io
public synchronized boolean equals(Object obj) {
if (!(obj instanceof AddAutoSeizureByEttffReturnEaiResponse_rsRecord)) return false;
AddAutoSeizureByEttffReturnEaiResponse_rsRecord other = (AddAutoSeizureByEttffReturnEaiResponse_rsRecord) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -70,7 +70,7 @@ public class FindAltrtvSeizureVhrnoParameterEaiRequest_rsRecord implements java
public synchronized boolean equals(Object obj) {
if (!(obj instanceof FindAltrtvSeizureVhrnoParameterEaiRequest_rsRecord)) return false;
FindAltrtvSeizureVhrnoParameterEaiRequest_rsRecord other = (FindAltrtvSeizureVhrnoParameterEaiRequest_rsRecord) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -82,7 +82,7 @@ public class FindAltrtvSeizureVhrnoReturn implements java.io.Serializable {
public synchronized boolean equals(Object obj) {
if (!(obj instanceof FindAltrtvSeizureVhrnoReturn)) return false;
FindAltrtvSeizureVhrnoReturn other = (FindAltrtvSeizureVhrnoReturn) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -622,7 +622,7 @@ public class FindAltrtvSeizureVhrnoReturnEaiResponse_rsRecord implements java.i
public synchronized boolean equals(Object obj) {
if (!(obj instanceof FindAltrtvSeizureVhrnoReturnEaiResponse_rsRecord)) return false;
FindAltrtvSeizureVhrnoReturnEaiResponse_rsRecord other = (FindAltrtvSeizureVhrnoReturnEaiResponse_rsRecord) obj;
if (obj == null) return false;
// if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);

@ -632,7 +632,7 @@ public class SeizureSoapBindingStub extends org.apache.axis.client.Stub implemen
if (super.cachedPortName != null) {
_call.setPortName(super.cachedPortName);
}
java.util.Enumeration keys = super.cachedProperties.keys();
java.util.Enumeration<Object> keys = super.cachedProperties.keys();
while (keys.hasMoreElements()) {
String key = (String) keys.nextElement();
_call.setProperty(key, super.cachedProperties.get(key));

Loading…
Cancel
Save