Skip to content

Commit 9ae82c7

Browse files
author
Christian
committed
Fixing issue with javadoc
1 parent ed9609f commit 9ae82c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.gwtmaterialdesign</groupId>
66
<artifactId>gwt-material</artifactId>
7-
<version>1.4-SNAPSHOT</version>
7+
<version>1.3-SNAPSHOT</version>
88

99
<name>Gwt Material Design</name>
1010
<description>A Material Design look and feel for GWT Apps plus Phonegap</description>

src/main/java/gwt/material/design/client/ui/MaterialCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected void onAttach() {
5757

5858
/**
5959
* Add each item on a collection container
60-
* @param item, the item to be added
60+
* @param item the item to be added
6161
*/
6262
@UiChild(tagname = "item")
6363
public void addCollectionItem(Widget item){

0 commit comments

Comments
 (0)