Skip to content

Commit

Permalink
Merge pull request #78 from liptga/bugfix/77
Browse files Browse the repository at this point in the history
#77 Artifact displayPath is not mandatory anymore
  • Loading branch information
cdancy authored Dec 12, 2019
2 parents 9e6ea30 + 4cd3cf0 commit 1be331a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@

import com.google.auto.value.AutoValue;

import javax.annotation.Nullable;

@AutoValue
public abstract class Artifact {

@Nullable
public abstract String displayPath();

public abstract String fileName();
Expand Down

0 comments on commit 1be331a

Please sign in to comment.