forked from D-Net/dnet-hadoop
This commit is contained in:
parent
dac9f7cc10
commit
6b63668d3f
|
@ -15,7 +15,6 @@ public class Context extends Qualifier {
|
|||
this.provenance = provenance;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
String provenance = new String();
|
||||
|
@ -23,6 +22,4 @@ public class Context extends Qualifier {
|
|||
return Objects.hash(getCode(), getLabel(), provenance);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ public class Provenance implements Serializable {
|
|||
return p;
|
||||
}
|
||||
|
||||
public String toString(){
|
||||
public String toString() {
|
||||
return provenance + trust;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue