OPENJPA-1591: Make AttachManager a public class to allow for code outside of org.apache.openjpa.kernel to access it.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard G. Curtis 2010-03-22 16:48:49 +00:00
parent 28d495e14b
commit 72d0c20634
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import org.apache.openjpa.util.ImplHelper;
*
* @author Marc Prud'hommeaux
*/
class AttachManager {
public class AttachManager {
private static final Localizer _loc = Localizer.forPackage
(AttachManager.class);