ICU-5445 Fix some Eclipse warnings.

X-SVN-Rev: 21403
This commit is contained in:
George Rhoten 2007-04-12 19:05:45 +00:00
parent f2843967a8
commit ab3023a6ca
4 changed files with 28 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 1998-2004. All Rights Reserved.
* (C) Copyright IBM Corp. 1998-2007. All Rights Reserved.
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringement and the implied
@ -26,8 +26,12 @@ import com.ibm.richtext.styledtext.MTabRuler;
*/
public final class TabRuler extends Component implements MTabRulerComponent {
static final String COPYRIGHT =
"(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
/**
* For serialization
*/
private static final long serialVersionUID = -8418099860214866635L;
//static final String COPYRIGHT =
// "(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
private TabRulerImpl fImpl;
/**

View File

@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 1998-2004. All Rights Reserved.
* (C) Copyright IBM Corp. 1998-2007. All Rights Reserved.
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringement and the implied
@ -37,8 +37,12 @@ import java.awt.event.WindowEvent;
*/
public final class TextFrame extends Frame {
static final String COPYRIGHT =
"(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
/**
* For serialization
*/
private static final long serialVersionUID = 8436822743736641732L;
//static final String COPYRIGHT =
// "(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
private TextPanel fTextPanel;
/**

View File

@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 1998-2004. All Rights Reserved.
* (C) Copyright IBM Corp. 1998-2007. All Rights Reserved.
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringement and the implied
@ -29,8 +29,12 @@ import com.ibm.richtext.awtui.MTabRulerComponent;
*/
public final class JTabRuler extends JComponent implements MTabRulerComponent {
static final String COPYRIGHT =
"(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
/**
* For serialization
*/
private static final long serialVersionUID = 8547581956295504028L;
//static final String COPYRIGHT =
// "(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
private TabRulerImpl fImpl;
/**

View File

@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 1998-2004. All Rights Reserved.
* (C) Copyright IBM Corp. 1998-2007. All Rights Reserved.
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringement and the implied
@ -40,8 +40,12 @@ import java.awt.Container;
*/
public final class JTextFrame extends JFrame {
static final String COPYRIGHT =
"(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
/**
* For serialization
*/
private static final long serialVersionUID = -1026126723995559230L;
//static final String COPYRIGHT =
// "(C) Copyright IBM Corp. 1998-1999 - All Rights Reserved";
private JTextPanel fTextPanel;
/**