Cleaning up a bit after a bit of havoc...
This commit is contained in:
parent
2a6abc235d
commit
942d926058
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
*/
|
||||
package akka.docs.config;
|
||||
|
||||
public class CustomConfig {
|
||||
import akka.actor.ActorSystem;
|
||||
import com.typesafe.config.*;
|
||||
|
||||
public class ConfigDoc {
|
||||
public ActorSystem createConfiguredSystem() {
|
||||
//#java-custom-config
|
||||
// make a Config with just your special setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue