Skip to content

Commit 7357aea

Browse files
committed
Fixed JavaDocs Warnings
1 parent b418a72 commit 7357aea

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/main/java/gwt/material/design/addins/client/overlay/MaterialOverlay.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ public void close() {
121121

122122
/**
123123
* Get source widget for path animator
124-
* @return
125124
*/
126125
public MaterialWidget getSource() {
127126
return source;

src/main/java/gwt/material/design/addins/client/waterfall/MaterialWaterfall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* <m:MaterialAnchorButton text="Get Started" size="LARGE" backgroundColor="blue lighten-2" textColor="white"/>
5353
* </m:MaterialPanel>
5454
* </ma:waterfall.MaterialWaterfall>
55-
*
55+
* }
5656
* </pre>
5757
*
5858
* @author kevzlou7979

src/main/java/gwt/material/design/addins/client/window/MaterialWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ protected JsDragOptions buildDragOptions() {
181181

182182
/**
183183
* Override to provide custom {@link MaterialDnd} instance. Default implementation will construct {@link MaterialDnd}
184-
* using options provided by {@link {@link #buildDragOptions()} and will ignore drag events from content portion of
184+
* using options provided by {@link #buildDragOptions()} and will ignore drag events from content portion of
185185
* the window ({@link AddinsCssName#CONTENT}) as well from action buttons (close, maximize and other {@link AddinsCssName#WINDOW_ACTION}.
186186
*/
187187
protected MaterialDnd buildDnd() {

0 commit comments

Comments
 (0)