Skip to content

Commit

Permalink
[skip ci] More docu changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Jun 15, 2020
1 parent f7e19a6 commit 66c9425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ public <profile> void translateMethodIds(API api, String apiId, METHOD_TRANSLATI
* Translates the methodIds of the given api. The operations are loaded from the API-Manager based on the api.getId()
* @param api in which the methods should be translated
* @param mode translation direction
* @throws AppException if methods cannot be translated
* @param <profile> the type of the profile
* @throws AppException if methods cannot be translated
*/
public <profile> void translateMethodIds(API api, METHOD_TRANSLATION mode) throws AppException {
if(mode == METHOD_TRANSLATION.NONE) return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ public static void copyChangedProps(API desiredAPI, API createdAPI, List<String>

/**
* Copied all changed properties of the API having APIPropertyAnnotation set to copyProp = true (default)
* @sourceAPI copy the properties from this source API
* @targetAPI copy the properties into this target API
* @propsToCopy the list of API properties to copy
* @logMessage controls if a log message is created which properties are copied
* @param sourceAPI copy the properties from this source API
* @param targetAPI copy the properties into this target API
* @param propsToCopy the list of API properties to copy
* @param logMessage controls if a log message is created which properties are copied
* @throws AppException if something goes wrong
*/
public static void copyProps(API sourceAPI, API targetAPI, List<String> propsToCopy, boolean logMessage) throws AppException {
Expand Down

0 comments on commit 66c9425

Please sign in to comment.