Skip to content

Commit

Permalink
272 Respond to changes in the FeatureResource class (#273)
Browse files Browse the repository at this point in the history
* Issue #213: force use of TLS 1.2

* Issue #272: Respond to changes in the FeatureResource class
  • Loading branch information
eharris369 authored Dec 6, 2018
1 parent f0c41fa commit 63c747b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public String getBundleRepositoryType() {
}

@Override
public String getRequiredOSGiEE() {
public Integer getRequireJava() {
return null;
}

Expand Down

0 comments on commit 63c747b

Please sign in to comment.