Remove unreachable null statement

X-SVN-Rev: 1241
This commit is contained in:
Alan Liu 2000-04-25 00:18:51 +00:00
parent 117c9b824b
commit cd1cfb9094
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* @(#)$RCSfile: TextAttribute.java,v $ $Revision: 1.1 $ $Date: 2000/04/20 17:33:07 $
* @(#)$RCSfile: TextAttribute.java,v $ $Revision: 1.2 $ $Date: 2000/04/25 00:18:51 $
*
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
*
@ -61,7 +61,7 @@ public class TextAttribute extends Attribute {
return instance;
} else {
throw new InvalidObjectException("unknown attribute name");
};
}
}
public static final Object FONT = java.awt.font.TextAttribute.FONT;

View File

@ -1,5 +1,5 @@
/*
* @(#)$RCSfile: TextAttribute.java,v $ $Revision: 1.1 $ $Date: 2000/04/20 17:33:07 $
* @(#)$RCSfile: TextAttribute.java,v $ $Revision: 1.2 $ $Date: 2000/04/25 00:18:51 $
*
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
*
@ -61,7 +61,7 @@ public class TextAttribute extends Attribute {
return instance;
} else {
throw new InvalidObjectException("unknown attribute name");
};
}
}
public static final Object FONT = java.awt.font.TextAttribute.FONT;