Skip to content

Commit bee9347

Browse files
committed
code review
1 parent 1c13a92 commit bee9347

File tree

6 files changed

+238
-243
lines changed

6 files changed

+238
-243
lines changed

elastic-sample/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- aa -->
32
<project>
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
@@ -12,7 +11,6 @@
1211
<artifactId>elastic-sample</artifactId>
1312
<packaging>war</packaging>
1413

15-
1614
<properties>
1715
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
1816
</properties>

elastic-sample/src/main/java/com/arcbees/gquery/elastic/client/ElasticSample.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
import static com.google.gwt.query.client.GQuery.$;
88

99
/**
10-
* Example code BasePlugin plugin for GwtQuery
10+
* Example code for Elastic plugin for GwtQuery
1111
*/
1212
public class ElasticSample implements EntryPoint {
13-
1413
public void onModuleLoad() {
15-
1614
$("#go").click(new Function() {
1715
@Override
1816
public void f() {
@@ -23,6 +21,5 @@ public void f() {
2321
$("#container").as(Elastic).elastic(option);
2422
}
2523
});
26-
2724
}
2825
}

0 commit comments

Comments
 (0)