Author: tfischer
Date: Wed May 9 12:44:35 2012
New Revision: 1336152
URL: http://svn.apache.org/viewvc?rev=1336152&view=rev
Log:
beautify javadoc
Modified:
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
Modified:
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java?rev=1336152&r1=1336151&r2=1336152&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
(original)
+++
db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueException.java
Wed May 9 12:44:35 2012
@@ -20,7 +20,7 @@ package org.apache.torque;
*/
/**
- * The base class of all exceptions thrown by Torque.
+ * The base class of all checked exceptions thrown by Torque.
*
* @author <a href="mailto:[email protected]">Daniel Rall</a>
* @author <a href="mailto:[email protected]">Jason van Zyl</a>
@@ -29,7 +29,7 @@ package org.apache.torque;
public class TorqueException extends Exception
{
/**
- * Serial version
+ * Serial version.
*/
private static final long serialVersionUID = 3090544800848674368L;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]