mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-30 22:02:28 +02:00
Add to String-Method to Reference
This commit is contained in:
@@ -97,6 +97,11 @@ public class Reference implements Serializable, Comparable<Reference> {
|
|||||||
this.source = source;
|
this.source = source;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "Reference: { name='"+this.name+"', url='"+this.url+"', source='"+this.source+"' }";
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object obj) {
|
public boolean equals(Object obj) {
|
||||||
if (obj == null) {
|
if (obj == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user