Skip to content

Commit

Permalink
adamfisk#131 Fixed ChainedMain to instantiate correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Feb 4, 2014
1 parent c8be691 commit bcf499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/littleshoot/proxy/ChainedMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ChainedMain {
protected static final int LITTLEPROXY_UPSTREAM_PORT = 8083;

public static void main(String[] args) throws Exception {
new FTEMain().run();
new ChainedMain().run();
}

public void run() throws Exception {
Expand Down

0 comments on commit bcf499e

Please sign in to comment.