You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2012/08/09 20:43:03 UTC

svn commit: r1371370 - /db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplGetter.vm

Author: tv
Date: Thu Aug  9 18:43:03 2012
New Revision: 1371370

URL: http://svn.apache.org/viewvc?rev=1371370&view=rev
Log:
Made getter public to allow the use of the peer impl class e.g. in LargeSelect

Modified:
    db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplGetter.vm

Modified: db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplGetter.vm
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplGetter.vm?rev=1371370&r1=1371369&r2=1371370&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplGetter.vm (original)
+++ db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/om/templates/peer/base/peerImplGetter.vm Thu Aug  9 18:43:03 2012
@@ -31,7 +31,7 @@
      *
      * @return an instance of the implementation of the peer, not null.
      */
-    protected static ${peerImplClassName} ${peerImplGetter}()
+    public static ${peerImplClassName} ${peerImplGetter}()
     {
         ${peerImplClassName} peerImplInstance = ${peerImplFieldName};
         if (peerImplInstance == null)



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org