]> source.dussan.org Git - xmlgraphics-fop.git/commit
(Property Interface consolidation) Removed a redundancy in interface
authorGlen Mazza <gmazza@apache.org>
Sat, 17 Jan 2004 15:37:27 +0000 (15:37 +0000)
committerGlen Mazza <gmazza@apache.org>
Sat, 17 Jan 2004 15:37:27 +0000 (15:37 +0000)
commit506246bf703c01958f15461da26fc26e427438aa
treeb17dc34c95951f301f07e756753ba38809449324
parent8eebf16fad2dd677255adb054cc4cab17dc3d7af
(Property Interface consolidation)  Removed a redundancy in interface
definitions:

from here (for several of the interfaces):

    public interface KeepWithNext {
        public interface WithinPage extends GenericKeep.Enums.WithinPage { }
        public interface WithinLine extends GenericKeep.Enums.WithinLine { }
        public interface WithinColumn extends GenericKeep.Enums.WithinColumn { } }

to here:

    public interface KeepWithNext extends GenericKeep.Enums { }

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197211 13f79535-47bb-0310-9956-ffa450edef68
src/codegen/prop-val-enum-interfaces.xsl