diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/InitialPropertySet.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/InitialPropertySet.java | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/java/org/apache/fop/fo/flow/InitialPropertySet.java b/src/java/org/apache/fop/fo/flow/InitialPropertySet.java index 664c5972c..5fe4e4b05 100644 --- a/src/java/org/apache/fop/fo/flow/InitialPropertySet.java +++ b/src/java/org/apache/fop/fo/flow/InitialPropertySet.java @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 The Apache Software Foundation. + * Copyright 1999-2005 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. @@ -14,7 +14,7 @@ * limitations under the License. */ -/* $Id:$ */ +/* $Id$ */ package org.apache.fop.fo.flow; @@ -106,11 +106,9 @@ public class InitialPropertySet extends FObj { return lineHeight; } - /** - * @see org.apache.fop.fo.FObj#getName() - */ - public String getName() { - return "fo:initial-property-set"; + /** @see org.apache.fop.fo.FONode#getLocalName() */ + public String getLocalName() { + return "initial-property-set"; } /** |