Fix visibility.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@428876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
A. Abram White 2006-08-04 20:41:36 +00:00
parent 77e7d97379
commit ca83f07b45

View File

@ -92,7 +92,7 @@ public abstract class XMLMetaDataParser extends DefaultHandler
private final Collection _curResults = new LinkedList();
private List _results = null;
private String _sourceName = null;
protected File _sourceFile = null;
private File _sourceFile = null;
private StringBuffer _text = null;
private List _comments = null;
private Location _location = new Location();