Skip to content

Commit bba650a

Browse files
authored
Correct Javadoc in HasFloat
Corrects a copy and paste bug in Javadoc.
1 parent 22a420b commit bba650a

File tree

1 file changed

+3
-3
lines changed
  • gwt-material/src/main/java/gwt/material/design/client/base

1 file changed

+3
-3
lines changed

gwt-material/src/main/java/gwt/material/design/client/base/HasFloat.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
public interface HasFloat {
2525

2626
/**
27-
* Sets the shadow depth of a material panel.
28-
* - depth range are from 1 - 4
27+
* Sets the float.
28+
* @param floatAlign float
2929
*/
3030
void setFloat(Style.Float floatAlign);
3131

3232
/**
33-
* Get the shadow depth.
33+
* Get the float.
3434
*/
3535
Style.Float getFloat();
3636
}

0 commit comments

Comments
 (0)