Skip to content

Commit

Permalink
Restructuring Artifactory APIs (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed May 23, 2021
1 parent 61e8016 commit 67cefb2
Show file tree
Hide file tree
Showing 113 changed files with 3,176 additions and 2,674 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ public ArtifactoryVersion(String version, boolean addons) {
public boolean hasAddons() {
return addons;
}

public boolean isOSS(){
return !hasAddons();
}
}
Loading

0 comments on commit 67cefb2

Please sign in to comment.