Cleaning up a bit after a bit of havoc...

This commit is contained in:
Viktor Klang 2012-05-04 00:27:44 +02:00
parent 2a6abc235d
commit 942d926058

View file

@ -3,7 +3,10 @@
*/ */
package akka.docs.config; package akka.docs.config;
public class CustomConfig { import akka.actor.ActorSystem;
import com.typesafe.config.*;
public class ConfigDoc {
public ActorSystem createConfiguredSystem() { public ActorSystem createConfiguredSystem() {
//#java-custom-config //#java-custom-config
// make a Config with just your special setting // make a Config with just your special setting