Skip to content

Commit

Permalink
Some rename
Browse files Browse the repository at this point in the history
  • Loading branch information
avishek-sen-gupta committed Jul 13, 2024
1 parent 517b20c commit 125433e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions smojol-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<finalName>smojol-cli</finalName>
<archive>
<manifest>
<mainClass>org.smojol.cli.FlowChartCLI</mainClass>
<mainClass>org.smojol.cli.FlowchartCLI</mainClass>
</manifest>
</archive>
<descriptorRefs>
Expand Down Expand Up @@ -260,7 +260,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.smojol.cli.FlowChartCLI</mainClass>
<mainClass>org.smojol.cli.FlowchartCLI</mainClass>
</manifest>
</archive>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Use something like:
java -jar smojol-cli/target/smojol-cli.jar --src test-exp.cbl --srcDir /Users/asgupta/code/smojol/smojol-test-code --copyBooksDir /Users/asgupta/code/smojol/smojol-test-code --dialectJarPath /Users/asgupta/code/smojol/che-che4z-lsp-for-cobol-integration/server/dialect-idms/target/dialect-idms.jar --reportDir /Users/asgupta/code/smojol/out/report
*/
public class FlowChartCLI {
public class FlowchartCLI {
public static void main(String[] args) throws ParseException, IOException, InterruptedException {
CliOptionsReader optionsReader = new CliOptionsReader(args);
String source = optionsReader.getSource();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
import java.util.List;

public class FlowchartBuildMain {
private final Logger logger = LoggerFactory.getLogger(FlowchartBuildMain.class);

public static void main(String[] args) throws IOException, InterruptedException {
String sourceDir = "/Users/asgupta/code/smojol/smojol-test-code";
File[] copyBookPaths = new File[]{new File("/Users/asgupta/code/smojol/smojol-test-code")};
Expand Down

0 comments on commit 125433e

Please sign in to comment.