Fix warnings

This commit is contained in:
Phillip Webb
2016-03-25 11:56:53 -07:00
parent 609704a3bf
commit a3bfc29e6e
27 changed files with 30 additions and 29 deletions

View File

@@ -16,8 +16,8 @@
package sample.data.neo4j;
import org.neo4j.ogm.annotation.NodeEntity;
import org.neo4j.ogm.annotation.GraphId;
import org.neo4j.ogm.annotation.NodeEntity;
@NodeEntity
public class Customer {

View File

@@ -17,7 +17,6 @@
package sample.data.neo4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;