Re: svn commit: r476550 - in /db/torque/runtime/trunk/src/java/org/apache/torque: ./ adapter/ avalon/ dsfactory/ map/ oid/ om/ util/

2006-11-19 Thread Thomas Fischer
Thanks for noting, I reverted this. It was not the idea to break anything in this release (that is what the next release is for :-) ) Thomas On Sat, 18 Nov 2006, Thomas Vandahl wrote: [EMAIL PROTECTED] wrote: /** - * C'tor for usage with the Stratum Lifecycle. + * Private con

Re: svn commit: r476550 - in /db/torque/runtime/trunk/src/java/org/apache/torque: ./ adapter/ avalon/ dsfactory/ map/ oid/ om/ util/

2006-11-18 Thread Thomas Vandahl
[EMAIL PROTECTED] wrote: > /** > - * C'tor for usage with the Stratum Lifecycle. > + * Private constructor to prevent instantiation. > * > - * TODO: Should be made private or protected once Stratum is removed. > + * Class contains only static method ans should therefore n

svn commit: r476550 - in /db/torque/runtime/trunk/src/java/org/apache/torque: ./ adapter/ avalon/ dsfactory/ map/ oid/ om/ util/

2006-11-18 Thread tfischer
Author: tfischer Date: Sat Nov 18 08:08:37 2006 New Revision: 476550 URL: http://svn.apache.org/viewvc?view=rev&rev=476550 Log: Fixed some checkstyle complaints in the runtime. This involved: - renaming local variables which were hiding instance variables - making instance variables private - maki