Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
tweaks to make sun happy
Browse files Browse the repository at this point in the history
  • Loading branch information
gwhalin committed Mar 17, 2008
1 parent 62af5ad commit 6defb9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/com/danga/MemCached/MemCachedClient.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* MemCached Java client
* Copyright (c) 2007 Greg Whalin
* MemCached client for Java
* Copyright (c) 2008 Greg Whalin
* All rights reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -32,7 +32,7 @@
import org.apache.log4j.Logger;

/**
* This is a Java client for the memcached server available from
* This is a Memcached client for the Java platform available from
* <a href="http:/www.danga.com/memcached/">http://www.danga.com/memcached/</a>.
* <br/>
* Supports setting, adding, replacing, deleting compressed/uncompressed and<br/>
Expand Down
6 changes: 3 additions & 3 deletions src/com/danga/MemCached/SockIOPool.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* MemCached Java client, connection pool for Socket IO
* Copyright (c) 2007 Greg Whalin
* MemCached client for Java, connection pool for Socket IO
* Copyright (c) 2008 Greg Whalin
* All rights reserved.
*
* This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -1507,7 +1507,7 @@ public void run() {
}

/**
* MemCached Java client, utility class for Socket IO.
* MemCached client for Java, utility class for Socket IO.
*
* This class is a wrapper around a Socket and its streams.
*
Expand Down

0 comments on commit 6defb9e

Please sign in to comment.