diff options
Diffstat (limited to 'libjava/java/text/Format$Field.h')
-rw-r--r-- | libjava/java/text/Format$Field.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/libjava/java/text/Format$Field.h b/libjava/java/text/Format$Field.h deleted file mode 100644 index 197dd7d..0000000 --- a/libjava/java/text/Format$Field.h +++ /dev/null @@ -1,32 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_text_Format$Field__ -#define __java_text_Format$Field__ - -#pragma interface - -#include <java/text/AttributedCharacterIterator$Attribute.h> -extern "Java" -{ - namespace java - { - namespace text - { - class Format$Field; - } - } -} - -class java::text::Format$Field : public ::java::text::AttributedCharacterIterator$Attribute -{ - -public: // actually protected - Format$Field(::java::lang::String *); -public: // actually package-private - static const jlong serialVersionUID = 276966692217360283LL; -public: - static ::java::lang::Class class$; -}; - -#endif // __java_text_Format$Field__ |