Apply and enforce spring-javaformat
This commit is contained in:
committed by
Dave Syer
parent
ad60397400
commit
7254dc8be7
@@ -44,11 +44,16 @@ public class NativeGuiceTests {
|
||||
}
|
||||
|
||||
public static class TestConfig extends AbstractModule {
|
||||
|
||||
@Override
|
||||
protected void configure() {
|
||||
bind(Foo.class).annotatedWith(Names.named("bar")).to(Foo.class);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static class Foo {
|
||||
|
||||
}
|
||||
|
||||
public static class Foo {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user