Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
add @oslcName annotation to title and description (#145)
Browse files Browse the repository at this point in the history
* slf4j from 1.7.25 to 1.6.26

* add @oslcName annotation to title and description. They are missing.
These annotations are sometimes used by code from LyoDesigner
  • Loading branch information
jadelkhoury committed Nov 16, 2020
1 parent 6101f65 commit b483774
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void addServiceProvider(final ServiceProvider serviceProvider) {
this.serviceProviders.add(serviceProvider);
}

@OslcName("description")
@OslcDescription("Description of the service provider catalog")
@OslcPropertyDefinition(OslcConstants.DCTERMS_NAMESPACE + "description")
@OslcReadOnly
Expand Down Expand Up @@ -136,6 +137,7 @@ public ServiceProvider[] getServiceProviders() {
}

@OslcDescription("Title of the service provider catalog")
@OslcName("title")
@OslcPropertyDefinition(OslcConstants.DCTERMS_NAMESPACE + "title")
@OslcReadOnly
@OslcTitle("Title")
Expand Down

0 comments on commit b483774

Please sign in to comment.