Browse Source

Remove unnecessary explicit FQCN

pull/1/head
Dave Syer 13 years ago
parent
commit
ca99e4d7b9
  1. 4
      spring-bootstrap-cli/samples/app.groovy

4
spring-bootstrap-cli/samples/app.groovy

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
package org.test
@Component
class Example implements org.springframework.bootstrap.CommandLineRunner {
class Example implements CommandLineRunner {
@org.springframework.beans.factory.annotation.Autowired
@Autowired
private MyService myService;
public void run(String... args) {

Loading…
Cancel
Save