Skip to content

Commit

Permalink
renamed support class.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Hacking committed Nov 3, 2010
1 parent 0b9dca3 commit 5cc764e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -52,9 +52,9 @@ import org.svenson.converter.DefaultTypeConverterRepository
*
* @author Warner Onstine, Cory Hacking
*/
public class CouchPluginSupport {
public class CouchDBPluginSupport {

private static final Log log = LogFactory.getLog(CouchPluginSupport.class);
private static final Log log = LogFactory.getLog(CouchDBPluginSupport.class);

private static final String ARGUMENT_VALIDATE = "validate";
private static final String ARGUMENT_FAIL_ON_ERROR = "failOnError";
Expand Down

0 comments on commit 5cc764e

Please sign in to comment.