Skip to content

Commit 55e5a71

Browse files
committed
trigger test
Signed-off-by: Ross Murphy <RossMurphy@ibm.com>
1 parent 69a9ccd commit 55e5a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/dependencytrack/model/Component.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ public String getAuthor(){
408408

409409
@Deprecated
410410
public void setAuthor(String author){
411-
if (this.authors == null) {
411+
if(this.authors==null){
412412
this.authors = new ArrayList<>();
413413
} else {
414414
this.authors.clear();

0 commit comments

Comments
 (0)