diff options
author | Glen Mazza <gmazza@apache.org> | 2004-09-05 12:35:47 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2004-09-05 12:35:47 +0000 |
commit | 851188ac5728c24d819720440990f499d4e27106 (patch) | |
tree | 05a65ec59fa3ebf82c562def78cd945ce02a64c6 /src/java/org/apache/fop | |
parent | fc5d2c567b3417621a704dc8aaca8dcfcd2b6a30 (diff) | |
download | xmlgraphics-fop-851188ac5728c24d819720440990f499d4e27106.tar.gz xmlgraphics-fop-851188ac5728c24d819720440990f499d4e27106.zip |
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed unneeded datatype.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop')
-rw-r--r-- | src/java/org/apache/fop/datatypes/ToBeImplemented.java | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/java/org/apache/fop/datatypes/ToBeImplemented.java b/src/java/org/apache/fop/datatypes/ToBeImplemented.java deleted file mode 100644 index df415edc3..000000000 --- a/src/java/org/apache/fop/datatypes/ToBeImplemented.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright 1999-2004 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* $Id$ */ - -package org.apache.fop.datatypes; - -/** - * Models a datatype that has not yet been implemented - */ -public class ToBeImplemented { - - /** - * - * @param value name of datatype - */ - public ToBeImplemented(String value) { - } - -} - |