forked from D-Net/dnet-hadoop
refactoring
This commit is contained in:
parent
9d56f6d75d
commit
cd3af42989
|
@ -153,9 +153,9 @@ public class SparkPatchRefereed implements Serializable {
|
|||
return false;
|
||||
}
|
||||
|
||||
//TODO verify the reason of the NullPointerException fired at line 167
|
||||
// TODO verify the reason of the NullPointerException fired at line 167
|
||||
private static boolean equals(List<String> url, List<String> url1) {
|
||||
try{
|
||||
try {
|
||||
if (url == null && url1 == null) {
|
||||
return true;
|
||||
}
|
||||
|
@ -173,7 +173,7 @@ public class SparkPatchRefereed implements Serializable {
|
|||
}
|
||||
}
|
||||
return true;
|
||||
}catch(Exception e){
|
||||
} catch (Exception e) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue