Skip to content

Commit

Permalink
Change rebrand to Csv character extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Deml committed Jan 26, 2018
1 parent a9a1152 commit 39b9a27
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>CharacterProcessor</groupId>
<artifactId>CsvUniqueCharacters</artifactId>
<artifactId>CsvCharacterExtractor</artifactId>
<version>0.1-SNAPSHOT</version>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CsvUniqueCharacters.java" company="Supyrb">
// <copyright file="CsvCharacterExtractor.java" company="Supyrb">
// Copyright (c) 2018 Supyrb. All rights reserved.
// </copyright>
// <author>
Expand All @@ -8,9 +8,9 @@
// </author>
// --------------------------------------------------------------------------------------------------------------------

public class CsvUniqueCharacters {
public class CsvCharacterExtractor {
public static void main(String[] args) {
System.out.println("Running CsvUniqueCharacters");
System.out.println("Running CsvCharacterExtractor");

CsvUniqueCharacterProcessor processor = new CsvUniqueCharacterProcessor();

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: CsvUniqueCharacters
Main-Class: CsvCharacterExtractor

0 comments on commit 39b9a27

Please sign in to comment.