Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nenaraab committed Jan 18, 2020
1 parent dd35f67 commit e14c4a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ private OAuth2ServiceConfiguration loadXsuaa() {
/**
* Loads the configuration for a dedicated service plan.
*
* @param service
* the name of the service
* @param plan
* the name of the service plan
* @return the configuration or null, if there is not such binding information
* for the given service plan.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ public interface JsonObject {
* Example:
*
* <pre>
* {
* &#64;code
* {@code
* String vcapServices = System.getenv(CFConstants.VCAP_SERVICES);
* JsonObject serviceJsonObject = new DefaultJsonObject(vcapServices).getJsonObjects(Service.XSUAA.getCFName())
* .get(0);
Expand Down

0 comments on commit e14c4a1

Please sign in to comment.