wip: Removing email address from comments.

This commit is contained in:
dwebb
2013-11-13 23:58:11 -05:00
parent ab1b58e609
commit cc5a147ec6
7 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.data.cassandra;
/**
* @author David Webb (dwebb@brightmove.com)
* @author David Webb
*
*/
public interface Constants {

View File

@@ -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 {

View File

@@ -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;
}

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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)

View File

@@ -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)