dwinterfeldt 02/02/25 21:21:07
Modified: src/share/org/apache/struts/util GenericDataSource.java
Log:
Removed deprecation from logWriter methods.
Revision Changes Path
1.9 +4 -12
jakarta-struts/src/share/org/apache/struts/util/GenericDataSource.java
Index: GenericDataSource.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/GenericDataSource.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- GenericDataSource.java 26 Feb 2002 03:38:57 -0000 1.8
+++ GenericDataSource.java 26 Feb 2002 05:21:07 -0000 1.9
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/GenericDataSource.java,v 1.8
2002/02/26 03:38:57 dwinterfeldt Exp $
- * $Revision: 1.8 $
- * $Date: 2002/02/26 03:38:57 $
+ * $Header:
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/GenericDataSource.java,v 1.9
2002/02/26 05:21:07 dwinterfeldt Exp $
+ * $Revision: 1.9 $
+ * $Date: 2002/02/26 05:21:07 $
*
* ====================================================================
*
@@ -180,7 +180,7 @@
*
* @author Craig R. McClanahan
* @author Ted Husted
- * @version $Revision: 1.8 $ $Date: 2002/02/26 03:38:57 $
+ * @version $Revision: 1.9 $ $Date: 2002/02/26 05:21:07 $
*/
public class GenericDataSource implements DataSource {
@@ -594,8 +594,6 @@
* Return the log writer for this data source.
*
* @exception SQLException if a database access error occurs
- *
- * @deprecated Switched to Commons Logging.
*/
public PrintWriter getLogWriter() throws SQLException {
@@ -624,8 +622,6 @@
* @param logWriter The new log writer
*
* @exception SQLException if a database access error occurs
- *
- * @deprecated Switched to Commons Logging.
*/
public void setLogWriter(PrintWriter logWriter) throws SQLException {
@@ -769,8 +765,6 @@
* Log the specified message to our log writer, if we have one.
*
* @param message The message to be logged
- *
- * @deprecated Switched to Commons Logging.
*/
protected void log(String message) {
@@ -790,8 +784,6 @@
*
* @param message The message to be logged
* @param throwable The exception to be logged
- *
- * @deprecated Switched to Commons Logging.
*/
protected void log(String message, Throwable throwable) {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>