Author: weaver
Date: Fri Sep 21 08:17:31 2007
New Revision: 578170
URL: http://svn.apache.org/viewvc?rev=578170&view=rev
Log:
Removed @Override annotation.
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/rdbms/src/java/org/apache/jetspeed/components/rdbms/ojb/ConnectionRepositoryEntry.java
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/rdbms/src/java/org/apache/jetspeed/components/rdbms/ojb/ConnectionRepositoryEntry.java
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/components/rdbms/src/java/org/apache/jetspeed/components/rdbms/ojb/ConnectionRepositoryEntry.java?rev=578170&r1=578169&r2=578170&view=diff
==============================================================================
---
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/rdbms/src/java/org/apache/jetspeed/components/rdbms/ojb/ConnectionRepositoryEntry.java
(original)
+++
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/rdbms/src/java/org/apache/jetspeed/components/rdbms/ojb/ConnectionRepositoryEntry.java
Fri Sep 21 08:17:31 2007
@@ -481,8 +481,7 @@
public void setLogWriter(PrintWriter out) throws SQLException {
}
}
-
- @Override
+
public Connection getConnection() throws SQLException {
if(externalDs != null)
{
@@ -493,8 +492,7 @@
return super.getConnection();
}
}
-
- @Override
+
public Connection getConnection(String username, String password)
throws SQLException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]