File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/main/java/org/javawebstack/framework Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11package org .javawebstack .framework .module ;
22
3- import org .javawebstack .command .CommandSystem ;
43import org .javawebstack .framework .WebApplication ;
54import org .javawebstack .framework .config .Config ;
65import org .javawebstack .httpserver .HTTPServer ;
Original file line number Diff line number Diff line change 11package org .javawebstack .framework .testing ;
22
3- import org .javawebstack .command .CommandResult ;
43import org .javawebstack .framework .WebApplication ;
54import org .javawebstack .framework .config .Config ;
65import org .javawebstack .httpserver .test .HTTPTest ;
@@ -29,10 +28,6 @@ public void seed(String name){
2928 webApplication .getSeeder (name ).seed ();
3029 }
3130
32- public CommandResult runCommand (String ... input ){
33- return webApplication .getCommandSystem ().eval (input );
34- }
35-
3631 public Config getConfig (){
3732 return webApplication .getConfig ();
3833 }
You can’t perform that action at this time.
0 commit comments