Remove obsolete class
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package org.springframework.data.rest.example;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.ImportResource;
|
||||
|
||||
/**
|
||||
* @author Jon Brisbin
|
||||
*/
|
||||
@Configuration
|
||||
@ImportResource("classpath:")
|
||||
public class RestExporterExampleConfig {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user