Skip to content

Commit da45963

Browse files
authored
[Destinations] Improve Options Class (#958)
1 parent e53ded8 commit da45963

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cloudplatform/connectivity-destination-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DestinationServiceOptionsAugmenter.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,13 @@ public enum CrossLevelScope
163163

164164
private final String identifier;
165165

166+
/**
167+
* Return the suffix to be appended to e.g. a destination or fragment name.
168+
*
169+
* @return The suffix including the leading '@' character.
170+
*/
166171
@Nonnull
167-
String getSuffix()
172+
public String getSuffix()
168173
{
169174
return "@" + identifier;
170175
}

0 commit comments

Comments
 (0)