Create data.redis package

Fixes #1
This commit is contained in:
Rob Winch
2014-06-30 16:02:16 -05:00
parent 43a968633d
commit 9ab5cf80f9
3 changed files with 3 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
package org.springframework.session.redis;
package org.springframework.session.data.redis;
import org.springframework.data.redis.core.BoundHashOperations;
import org.springframework.data.redis.core.RedisOperations;