Fixed class name.
This commit is contained in:
parent
f4a5580b40
commit
02bafb1c31
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@ import org.apache.log4j.BasicConfigurator;
|
||||||
import org.apache.log4j.ConsoleAppender;
|
import org.apache.log4j.ConsoleAppender;
|
||||||
import org.apache.log4j.EnhancedPatternLayout;
|
import org.apache.log4j.EnhancedPatternLayout;
|
||||||
import org.apache.log4j.PropertyConfigurator;
|
import org.apache.log4j.PropertyConfigurator;
|
||||||
import org.april.agirstatool.cli.AgiStatoolCLI;
|
import org.april.agirstatool.cli.AgirStatoolCLI;
|
||||||
import org.april.agirstatool.demo.AgirStatool;
|
import org.april.agirstatool.demo.AgirStatool;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
@ -84,7 +84,7 @@ public final class AgirStatoolLauncher
|
||||||
// "/home/cpm/Projets/AgirStatool/TestZone/agirstatool.conf",
|
// "/home/cpm/Projets/AgirStatool/TestZone/agirstatool.conf",
|
||||||
// "listProjects" };
|
// "listProjects" };
|
||||||
// AgiStatoolCLI.run(foo);
|
// AgiStatoolCLI.run(foo);
|
||||||
AgiStatoolCLI.run(args);
|
AgirStatoolCLI.run(args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,14 +38,14 @@ import utils.BuildInformation;
|
||||||
* The Class <code>JugaCLI</code> manages a Command Line Interface for Juga.
|
* The Class <code>JugaCLI</code> manages a Command Line Interface for Juga.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public final class AgiStatoolCLI
|
public final class AgirStatoolCLI
|
||||||
{
|
{
|
||||||
private static Logger logger = LoggerFactory.getLogger(AgiStatoolCLI.class);
|
private static Logger logger = LoggerFactory.getLogger(AgirStatoolCLI.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates a new JugaCLI.
|
* Instantiates a new JugaCLI.
|
||||||
*/
|
*/
|
||||||
private AgiStatoolCLI()
|
private AgirStatoolCLI()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ public final class AgiStatoolCLI
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run.
|
// Run.
|
||||||
AgiStatoolCLI.run(args);
|
AgirStatoolCLI.run(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
Reference in a new issue