Removing extra blank lines.
No reviewer
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@795 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/client/ui/PushButton.java b/user/src/com/google/gwt/user/client/ui/PushButton.java
index c145171..f456fce 100644
--- a/user/src/com/google/gwt/user/client/ui/PushButton.java
+++ b/user/src/com/google/gwt/user/client/ui/PushButton.java
@@ -40,7 +40,6 @@
}
/**
- *
* Constructor for <code>PushButton</code>.
*
* @param upImage image for the default(up) face of the button
@@ -50,7 +49,6 @@
}
/**
- *
* Constructor for <code>PushButton</code>.
*
* @param upImage image for the default(up) face of the button
@@ -72,7 +70,6 @@
}
/**
- *
* Constructor for <code>PushButton</code>. The supplied image is used to
* construct the default face of the button.
*
@@ -84,7 +81,6 @@
}
/**
- *
* Constructor for <code>PushButton</code>. The supplied text is used to
* construct the default face of the button.
*
@@ -106,7 +102,6 @@
}
/**
- *
* Constructor for <code>PushButton</code>.
*
* @param upText the text for the default (up) face of the button
diff --git a/user/src/com/google/gwt/user/client/ui/ToggleButton.java b/user/src/com/google/gwt/user/client/ui/ToggleButton.java
index a18545e..2cf1835 100644
--- a/user/src/com/google/gwt/user/client/ui/ToggleButton.java
+++ b/user/src/com/google/gwt/user/client/ui/ToggleButton.java
@@ -39,7 +39,6 @@
}
/**
- *
* Constructor for <code>ToggleButton</code>. The supplied image is used to
* construct the default face.
*
@@ -50,7 +49,6 @@
}
/**
- *
* Constructor for <code>ToggleButton</code>.
*
* @param upImage image for the default(up) face of the button
@@ -72,7 +70,6 @@
}
/**
- *
* Constructor for <code>ToggleButton</code>. The supplied image is used to
* construct the default face of the button.
*
@@ -84,7 +81,6 @@
}
/**
- *
* Constructor for <code>ToggleButton</code>. The supplied text is used to
* construct the default face of the button.
*
@@ -106,7 +102,6 @@
}
/**
- *
* Constructor for <code>ToggleButton</code>.
*
* @param upText the text for the default (up) face of the button