[BAEL-3311] Code formatting
This commit is contained in:
parent
3d6d0765a3
commit
68dee74200
@ -55,13 +55,11 @@ public class GoldenCustomerRoutePredicateFactory extends AbstractRoutePredicateF
|
|||||||
|
|
||||||
return config.isGolden()?isGolden:!isGolden;
|
return config.isGolden()?isGolden:!isGolden;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Validated
|
@Validated
|
||||||
public static class Config {
|
public static class Config {
|
||||||
|
|
||||||
boolean isGolden = true;
|
boolean isGolden = true;
|
||||||
|
|
||||||
@NotEmpty
|
@NotEmpty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user