wip: Removing email address from comments.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
package org.springframework.data.cassandra;
|
||||
|
||||
/**
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
* @author David Webb
|
||||
*
|
||||
*/
|
||||
public interface Constants {
|
||||
|
||||
@@ -20,7 +20,7 @@ import java.util.Map;
|
||||
import com.datastax.driver.core.TableMetadata;
|
||||
|
||||
/**
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
* @author David Webb
|
||||
*
|
||||
*/
|
||||
public interface CassandraAdminOperations {
|
||||
|
||||
@@ -22,8 +22,8 @@ import com.datastax.driver.core.Session;
|
||||
/**
|
||||
* Interface for operations on a Cassnadra Session.
|
||||
*
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
*
|
||||
* @author David Webb
|
||||
*
|
||||
* @param <T>
|
||||
*/
|
||||
public interface SessionCallback<T> {
|
||||
@@ -36,5 +36,5 @@ public interface SessionCallback<T> {
|
||||
* @throws DataAccessException
|
||||
*/
|
||||
T doInSession(Session s) throws DataAccessException;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ package org.springframework.data.cassandra.exception;
|
||||
/**
|
||||
* Exception to handle failing to write a PersistedEntity to a CQL String or Query object
|
||||
*
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
* @author David Webb
|
||||
*
|
||||
*/
|
||||
public class EntityWriterException extends Exception {
|
||||
|
||||
@@ -27,7 +27,7 @@ import com.datastax.driver.core.querybuilder.QueryBuilder;
|
||||
* Utilties to convert Cassandra Annotated objects to Queries and CQL.
|
||||
*
|
||||
* @author Alex Shvid
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
* @author David Webb
|
||||
*
|
||||
*/
|
||||
public abstract class CqlUtils {
|
||||
|
||||
@@ -40,7 +40,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
import org.springframework.test.context.support.AnnotationConfigContextLoader;
|
||||
|
||||
/**
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
* @author David Webb
|
||||
*
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
|
||||
@@ -49,7 +49,7 @@ import org.springframework.test.context.support.AnnotationConfigContextLoader;
|
||||
import com.datastax.driver.core.Session;
|
||||
|
||||
/**
|
||||
* @author David Webb (dwebb@brightmove.com)
|
||||
* @author David Webb
|
||||
*
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
|
||||
Reference in New Issue
Block a user