rename ViewResource to OverviewResource

This commit is contained in:
Sebastian Sdorra
2011-09-13 12:30:24 +02:00
parent 7e3195892c
commit bfe125041c

View File

@@ -59,7 +59,7 @@ import javax.ws.rs.Path;
* @author Sebastian Sdorra * @author Sebastian Sdorra
*/ */
@Path("/index.html") @Path("/index.html")
public class ViewResource public class OverviewResource
{ {
/** /**
@@ -69,7 +69,7 @@ public class ViewResource
* @param backend * @param backend
*/ */
@Inject @Inject
public ViewResource(PluginBackend backend) public OverviewResource(PluginBackend backend)
{ {
this.backend = backend; this.backend = backend;
} }