DATAKV-22

+ move default message into proper package
This commit is contained in:
Costin Leau
2011-01-13 15:08:31 +02:00
parent 871802a1cb
commit d82f836366

View File

@@ -13,9 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.keyvalue.redis;
package org.springframework.data.keyvalue.redis.connection;
import org.springframework.data.keyvalue.redis.connection.Message;
/**
* Default message implementation.