From 0134f9a8dfc2e2db93dc6301f723ccd82f89e9a1 Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Fri, 3 Mar 2006 17:13:06 +0000 Subject: 2006-03-03 David Gilbert * javax/swing/SpringLayout.java: Fixed API doc warnings. --- ChangeLog | 4 ++++ javax/swing/SpringLayout.java | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d669911cc..31434e432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-03 David Gilbert + + * javax/swing/SpringLayout.java: Fixed API doc warnings. + 2006-03-03 David Gilbert * javax/swing/event/ListSelectionEvent.java diff --git a/javax/swing/SpringLayout.java b/javax/swing/SpringLayout.java index 592cc0e02..0f353e17b 100644 --- a/javax/swing/SpringLayout.java +++ b/javax/swing/SpringLayout.java @@ -1,5 +1,5 @@ /* SpringLayout.java -- - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -343,8 +343,8 @@ public class SpringLayout implements LayoutManager2 /** * Adds a layout component and a constraint object to this layout. - * This method is usually only called by a {@java.awt.Container}s add - * Method. + * This method is usually only called by a {@link java.awt.Container}s add + * method. * * @param component the component to be added. * @param constraint the constraint to be set. @@ -357,8 +357,8 @@ public class SpringLayout implements LayoutManager2 /** * Adds a layout component and a constraint object to this layout. - * This method is usually only called by a {@java.awt.Container}s add - * Method. This method does nothing, since SpringLayout does not manage + * This method is usually only called by a {@link java.awt.Container}s add + * method. This method does nothing, since SpringLayout does not manage * String-indexed components. * * @param name the name. -- cgit v1.2.1