Skip to content

Commit

Permalink
Fix case.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnou committed May 31, 2015
1 parent fdea5d9 commit 705d22e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -32,11 +32,11 @@
import com.whalin.MemCached.MemCachedClient;

/**
* {@link MemCachedClientFactory} provides a simple Memcached clients (not suitable for production use).
* {@link MemcachedClientFactory} provides a simple Memcached clients (not suitable for production use).
*
* @author Johno Crawford (johno@sulake.com)
*/
public abstract class MemCachedClientFactory
public abstract class MemcachedClientFactory
{
public static MemCachedClient getClient()
{
Expand Down
Expand Up @@ -30,6 +30,6 @@

import com.ea.orbit.container.Module;

public class MemCachedStorageModule extends Module
public class MemcachedStorageModule extends Module
{
}

0 comments on commit 705d22e

Please sign in to comment.