mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
Remove unreachable null statement
X-SVN-Rev: 1241
This commit is contained in:
parent
117c9b824b
commit
cd1cfb9094
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue