summaryrefslogtreecommitdiff
path: root/javax/swing/JScrollBar.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/JScrollBar.java')
-rw-r--r--javax/swing/JScrollBar.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/javax/swing/JScrollBar.java b/javax/swing/JScrollBar.java
index 0ed7679e7..a2cc76c65 100644
--- a/javax/swing/JScrollBar.java
+++ b/javax/swing/JScrollBar.java
@@ -15,8 +15,8 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -69,8 +69,6 @@ public class JScrollBar extends JComponent implements Adjustable, Accessible
/**
* Creates a new AccessibleJSlider object.
- *
- * @param value0 DOCUMENT ME!
*/
protected AccessibleJScrollBar()
{