comparison flys-backend/src/main/java/de/intevation/flys/utils/DBCPConnectionProvider.java @ 3336:0af4c8386ed0

Fixed broken package declaration in DBCPConnectionProvider. flys-backend/trunk@4853 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 03 Jul 2012 08:43:45 +0000
parents d37ccb04ab5d
children fb9dcc68b9c2
comparison
equal deleted inserted replaced
3335:c3e049961685 3336:0af4c8386ed0
11 * distributed under the License is distributed on an "AS IS" BASIS, 11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and 13 * See the License for the specific language governing permissions and
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 package org.hibernate.connection; 16 package de.intevation.flys.utils;
17 17
18 import java.sql.Connection; 18 import java.sql.Connection;
19 import java.sql.SQLException; 19 import java.sql.SQLException;
20 20
21 import java.util.Iterator; 21 import java.util.Iterator;

http://dive4elements.wald.intevation.org