Skip to content

Commit 6373bed

Browse files
keerthi-blGMishx
authored andcommitted
feat(rest) : Comment added to reuse methods for Duplicateobligation functionality
Signed-off-by: Keerthi B L <[email protected]>
1 parent 7e0291d commit 6373bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/obligation/ObligationController.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class ObligationController implements RepresentationModelProcessor<Reposi
6666
private final RestControllerHelper restControllerHelper;
6767

6868
@Operation(
69-
summary = "Get all obligations.",
69+
summary = "Get all obligations.This method can be used for duplicate the obligation.",
7070
description = "List all of the service's obligations.",
7171
tags = {"Obligations"}
7272
)
@@ -120,7 +120,7 @@ public ResponseEntity<EntityModel<Obligation>> getObligation(
120120
}
121121

122122
@Operation(
123-
summary = "Create an obligation.",
123+
summary = "Create an obligation.This method can be used for duplicate the obligation.",
124124
description = "Create an obligation.",
125125
tags = {"Obligations"}
126126
)

0 commit comments

Comments
 (0)