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 constructor to prevent instantiation.
      *
-     * TODO: Should be made private or protected once Stratum is removed.
+     * Class contains only static method ans should therefore not be
+     * instantiated.
      */
-    public Torque()
+    private Torque()
     {
     }

As far as I know the constructor of Torque is being used by the Stratum
component of Turbine. Although the service in Turbine is deprecated (it
was replaced by Avalon), should we break existing configurations?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to