mirror of https://github.com/apache/openjpa.git
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:
parent
28d495e14b
commit
72d0c20634
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue