From 6d94b74ab113dc706db3a26271ac5e476955478c Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 8 Mar 2012 12:08:11 +0200 Subject: [PATCH] Move QueryTimeoutException to spring-tx This change fixes a mistake made during an earlier sync with the 3.1.x branch in which the new QueryTimeoutException class was accidentally placed in spring-transaction instead of spring-tx. Issue: SPR-7680 --- .../main/java/org/springframework/dao/QueryTimeoutException.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {spring-transaction => spring-tx}/src/main/java/org/springframework/dao/QueryTimeoutException.java (100%) diff --git a/spring-transaction/src/main/java/org/springframework/dao/QueryTimeoutException.java b/spring-tx/src/main/java/org/springframework/dao/QueryTimeoutException.java similarity index 100% rename from spring-transaction/src/main/java/org/springframework/dao/QueryTimeoutException.java rename to spring-tx/src/main/java/org/springframework/dao/QueryTimeoutException.java