Commit bfbf7aeb authored by ascrutae's avatar ascrutae
Browse files

fix compile failed

parent b501bc81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class ComponentsDefine {
    }

    public ComponentsDefine() {
        components = new String[25];
        components = new String[26];
        addComponent(TOMCAT);
        addComponent(HTTPCLIENT);
        addComponent(DUBBO);