Skip to content

Commit 00fb401

Browse files
author
Satendra kumar
committed
Update App name
1 parent 85e57a3 commit 00fb401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/es/app/App.java renamed to src/main/java/com/es/app/ESApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.elasticsearch.client.Client;
1010

1111

12-
public class App {
12+
public class ESApp {
1313

1414
public static void main(String[] args) {
1515
ESManager esManager = new ESManager();

src/test/java/com/es/app/AppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import junit.framework.TestSuite;
66

77
/**
8-
* Unit test for simple App.
8+
* Unit test for simple ESApp.
99
*/
1010
public class AppTest
1111
extends TestCase

0 commit comments

Comments
 (0)