Skip to content

Commit 9cd3f8f

Browse files
committed
Merge pull request #2 from GwtMaterialDesign/master
Update from Original
2 parents df33f90 + ef10f76 commit 9cd3f8f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@
55
A Google Material Design wrapper for GWT <br>
66
<a href="www.gwt-material.appspot.com">http://www.gwt-material.appspot.com</a>
77

8-
<h3>Version 15.5</h3>
8+
<h3>Version 1.3</h3>
99
<ul>
1010
<li>GWT Material Official Maven Release</li>
1111
<li>Switch bug fixed on setValue()</li>
1212
<li>Transition Added</li>
1313
<li>Embed stylesheets and javascripts inside the project (no more external files)</li>
14-
15-
</ul>
16-
17-
<h3>Version 15.4.15</h3>
18-
<ul>
1914
<li>GWT Material Showcase</li>
2015
<ul>
2116
<li>Parallax</li>
@@ -32,7 +27,7 @@ A Google Material Design wrapper for GWT <br>
3227
<img src="http://gwt-material.appspot.com/bin/weather.gif" />
3328
<img src="http://gwt-material.appspot.com/bin/parallax.gif" />
3429

35-
<h3>Version 15.4</h3>
30+
<h3>Version 1.2</h3>
3631
<ul>
3732
<li>Integrate GWT Material to Phonegap</li>
3833
<li>Remove GWT Uploader on Build Path (Which cause a inheritance problem)</li>
@@ -47,7 +42,7 @@ A Google Material Design wrapper for GWT <br>
4742
<li>Adding Roboto Fonts by default</li>
4843
</ul>
4944

50-
<h3>Version 15.3 </h3>
45+
<h3>Version 1.0 </h3>
5146
<ul>
5247
<li>Collabsible and Accordion</li>
5348
<li>Dropdown Menu</li>

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)