minor changes'

This commit is contained in:
Jonas Boner 2009-03-12 00:33:18 +01:00
parent 41b3221701
commit 975cdba1f4
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,9 @@
* Copyright (C) 2009 Scalable Solutions.
*/
package com.scalablesolutions.akka.kernel
package com.scalablesolutions.akka
import com.scalablesolutions.akka.kernel.Logging
import java.io.File
import java.lang.reflect.Method
@ -11,7 +13,7 @@ import java.net.{URL, URLClassLoader}
/**
* @author <a href="http://jonasboner.com">Jonas Bon&#233;r</a>
*/
object Boot extends Logging {
class Boot extends Logging {
/**
* Assumes that the AKKA_HOME directory is set with /config, /classes and /lib beneath it holding files and jars.

View file

@ -22,7 +22,6 @@ import java.util.{Map, HashMap}
import java.io.{File, IOException}
import javax.ws.rs.core.UriBuilder
import javax.ws.rs.{Produces, Path, GET}
import javax.management.JMException
/**
@ -127,6 +126,7 @@ object Kernel extends Logging {
}
}
//import javax.ws.rs.{Produces, Path, GET}
// @GET
// @Produces("application/json")
// @Path("/network/{id: [0-9]+}/{nid}")