Author: tfischer
Date: Wed Feb 20 20:55:49 2013
New Revision: 1448404
URL: http://svn.apache.org/r1448404
Log:
fix class javadoc
Modified:
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java
Modified:
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java?rev=1448404&r1=1448403&r2=1448404&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java
(original)
+++
db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java
Wed Feb 20 20:55:49 2013
@@ -22,8 +22,10 @@ package org.apache.torque.generator.conf
/**
* The possible log levels.
- * The logging framework tio use can be set by uses log4j internally,
- * but the interface is agnostic of the logging framework.
+ * This class uses by default log4j internally,
+ * but the logging framework can be exchanged using the
+ * setLoggingAdapter method.
+ * The public API of this class is agnostic of the logging framework.
*/
public enum Loglevel
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]