Skip to content

Commit 66c9425

Browse files
author
Chris Wiechmann
committed
[skip ci] More docu changes
1 parent f7e19a6 commit 66c9425

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

modules/apim-adapter/src/main/java/com/axway/apim/adapter/apis/APIManagerAPIAdapter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ public <profile> void translateMethodIds(API api, String apiId, METHOD_TRANSLATI
241241
* Translates the methodIds of the given api. The operations are loaded from the API-Manager based on the api.getId()
242242
* @param api in which the methods should be translated
243243
* @param mode translation direction
244-
* @throws AppException if methods cannot be translated
244+
* @param <profile> the type of the profile
245+
* @throws AppException if methods cannot be translated
245246
*/
246247
public <profile> void translateMethodIds(API api, METHOD_TRANSLATION mode) throws AppException {
247248
if(mode == METHOD_TRANSLATION.NONE) return;

modules/apim-adapter/src/main/java/com/axway/apim/api/state/APIChangeState.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ public static void copyChangedProps(API desiredAPI, API createdAPI, List<String>
130130

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

0 commit comments

Comments
 (0)