오탈자 수정
This commit is contained in:
@@ -28,7 +28,7 @@ public class HttpDynamicInAdapterUri {
|
||||
return isEqualsAdpt(other.getAdptGrpName(), other.getAdptName());
|
||||
}
|
||||
|
||||
public boolean isEqualsAdpt(String adptGrpName, String adptNamer) {
|
||||
public boolean isEqualsAdpt(String adptGrpName, String adptName) {
|
||||
if ( adptGrpName != null && adptGrpName.equals(this.adptGrpName)
|
||||
&& adptName != null && adptName.equals(this.adptName) ) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user