summaryrefslogtreecommitdiff
path: root/examples/gnu/classpath/examples/awt/Demo.java
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gnu/classpath/examples/awt/Demo.java')
-rw-r--r--examples/gnu/classpath/examples/awt/Demo.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/gnu/classpath/examples/awt/Demo.java b/examples/gnu/classpath/examples/awt/Demo.java
index 91b67de1c..dbb6600ed 100644
--- a/examples/gnu/classpath/examples/awt/Demo.java
+++ b/examples/gnu/classpath/examples/awt/Demo.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. */
package gnu.classpath.examples.awt;
@@ -613,7 +613,7 @@ class Demo
static class TestWindow extends SubFrame
{
static int xs = 5, ys = 5;
- private final Frame parent;
+ final Frame parent;
public TestWindow(Frame f)
{