We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9609f commit 9ae82c7Copy full SHA for 9ae82c7
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.gwtmaterialdesign</groupId>
6
<artifactId>gwt-material</artifactId>
7
-<version>1.4-SNAPSHOT</version>
+<version>1.3-SNAPSHOT</version>
8
9
<name>Gwt Material Design</name>
10
<description>A Material Design look and feel for GWT Apps plus Phonegap</description>
src/main/java/gwt/material/design/client/ui/MaterialCollection.java
@@ -57,7 +57,7 @@ protected void onAttach() {
57
58
/**
59
* Add each item on a collection container
60
- * @param item, the item to be added
+ * @param item the item to be added
61
*/
62
@UiChild(tagname = "item")
63
public void addCollectionItem(Widget item){
0 commit comments