import package changes

This commit is contained in:
Zellweger Christof Ralf
2015-05-27 17:23:59 +02:00
parent 0fe81045d5
commit 26b7a15891

View File

@ -3,7 +3,7 @@ package ch.psi.daq.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RestController;
import ch.psi.daq.cassandra.writer.CassandraWriter;
import ch.psi.daq.cassandra.ops.CassandraWriter;
@RestController
public class DaqController {