[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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Validated
|
||||
public static class Config {
|
||||
|
||||
boolean isGolden = true;
|
||||
|
||||
@NotEmpty
|
||||
|
|
Loading…
Reference in New Issue