Skip to content

Commit 5475777

Browse files
committed
PMD
1 parent 75e300b commit 5475777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Try<Destination> execute()
155155
return Try.success(result);
156156
}
157157
if( prependGetAllDestinationCall && !destinationExists() ) {
158-
String msg = "Destination %s was not found among the destinations of the current tenant.";
158+
final String msg = "Destination %s was not found among the destinations of the current tenant.";
159159
return Try.failure(new DestinationAccessException(String.format(msg, destinationName)));
160160
}
161161

0 commit comments

Comments
 (0)