Skip to content

Commit

Permalink
STNG-190 Moving the Adoption API where it belongs in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
gj0dcsa committed Sep 30, 2024
1 parent 4bae7f3 commit ba778c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
@Slf4j
public class ConformanceSandbox {
public static final AbstractStandard[] SUPPORTED_STANDARDS = {
AdoptionStandard.INSTANCE,
BookingStandard.INSTANCE,
CsStandard.INSTANCE,
EblStandard.INSTANCE,
Expand All @@ -50,8 +51,7 @@ public class ConformanceSandbox {
JitStandard.INSTANCE,
OvsStandard.INSTANCE,
PintStandard.INSTANCE,
TntStandard.INSTANCE,
AdoptionStandard.INSTANCE
TntStandard.INSTANCE
};

private record OrchestratorTask(
Expand Down

0 comments on commit ba778c9

Please sign in to comment.