diff options
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/MultiProperties.java')
-rw-r--r-- | src/java/org/apache/fop/fo/flow/MultiProperties.java | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/java/org/apache/fop/fo/flow/MultiProperties.java b/src/java/org/apache/fop/fo/flow/MultiProperties.java index e87cbe0f7..a550eff0c 100644 --- a/src/java/org/apache/fop/fo/flow/MultiProperties.java +++ b/src/java/org/apache/fop/fo/flow/MultiProperties.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. @@ -111,11 +111,9 @@ public class MultiProperties extends FObj { return id; } - /** - * @see org.apache.fop.fo.FObj#getName() - */ - public String getName() { - return "fo:multi-properties"; + /** @see org.apache.fop.fo.FONode#getLocalName() */ + public String getLocalName() { + return "multi-properties"; } /** |