Skip to content

Commit d573e51

Browse files
committed
codestyle
1 parent 3e05498 commit d573e51

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

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

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,18 @@ static boolean isChangeDetectionEnabled()
460460
return changeDetectionEnabled;
461461
}
462462

463-
/**
464-
* Enables checking if a destination exists before trying to call it directly when invoking {@link #tryGetDestination}.
465-
*/
466-
public static void enablePreLookupCheck()
463+
/**
464+
* Enables checking if a destination exists before trying to call it directly when invoking
465+
* {@link #tryGetDestination}.
466+
*/
467+
public static void enablePreLookupCheck()
467468
{
468469
preLookupCheckEnabled = true;
469470
}
471+
470472
/**
471-
* Disables checking if a destination exists before trying to call it directly when invoking {@link #tryGetDestination}.
473+
* Disables checking if a destination exists before trying to call it directly when invoking
474+
* {@link #tryGetDestination}.
472475
*/
473476
public static void disablePreLookupCheck()
474477
{

0 commit comments

Comments
 (0)