Remove obsolete class

This commit is contained in:
Jon Brisbin
2013-03-06 12:14:54 -06:00
parent b814319994
commit b83223d0e8

View File

@@ -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 {
}