OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 118 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 118 Rev 167
Line 179... Line 179...
179
            return line.substring(4, i1);
179
            return line.substring(4, i1);
180
        }
180
        }
181
        return "";
181
        return "";
182
    }
182
    }
183
 
183
 
184
    public static void main(String[] args) {
184
    public static void main(String[] args) throws Exception {
185
        final BadgeListener bl = new BadgeListenerBluebox();
185
        final BadgeListener bl = new BadgeListenerBluebox();
186
        bl.readConfiguration();
186
        bl.readConfiguration();
187
        bl.startDaemon();
187
        bl.startDaemon();
188
    }
188
    }
189
}
189
}