mirror of
https://github.com/apache/openjpa.git
synced 2025-02-24 11:37:21 +00:00
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:
parent
77e7d97379
commit
ca83f07b45
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user