| commit | 3033f6f14d4067cdc0a15e855d0dd4c2eabc4779 | [log] [tgz] |
|---|---|---|
| author | Santiago Pericas-Geertsen <santiagopg@apache.org> | Thu Feb 12 23:22:48 2004 +0000 |
| committer | Santiago Pericas-Geertsen <santiagopg@apache.org> | Thu Feb 12 23:22:48 2004 +0000 |
| tree | d25d7c589c47f91fce3c25a6d7a940d97c511de9 | |
| parent | 16b75d88ed7cbb551009530d98868318951e6237 [diff] |
Changed ObjectFactory to be package private in this branch.
diff --git a/src/org/apache/xml/utils/ObjectFactory.java b/src/org/apache/xml/utils/ObjectFactory.java index 0a92a32..c4519d7 100644 --- a/src/org/apache/xml/utils/ObjectFactory.java +++ b/src/org/apache/xml/utils/ObjectFactory.java
@@ -81,7 +81,7 @@ * * @version $Id: $ */ -public class ObjectFactory { +class ObjectFactory { // // Constants