Skip to content

Commit 6defb9e

Browse files
committed
tweaks to make sun happy
1 parent 62af5ad commit 6defb9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/com/danga/MemCached/MemCachedClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* MemCached Java client
3-
* Copyright (c) 2007 Greg Whalin
2+
* MemCached client for Java
3+
* Copyright (c) 2008 Greg Whalin
44
* All rights reserved.
55
*
66
* This library is free software; you can redistribute it and/or
@@ -32,7 +32,7 @@
3232
import org.apache.log4j.Logger;
3333

3434
/**
35-
* This is a Java client for the memcached server available from
35+
* This is a Memcached client for the Java platform available from
3636
* <a href="http:/www.danga.com/memcached/">http://www.danga.com/memcached/</a>.
3737
* <br/>
3838
* Supports setting, adding, replacing, deleting compressed/uncompressed and<br/>

src/com/danga/MemCached/SockIOPool.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* MemCached Java client, connection pool for Socket IO
3-
* Copyright (c) 2007 Greg Whalin
2+
* MemCached client for Java, connection pool for Socket IO
3+
* Copyright (c) 2008 Greg Whalin
44
* All rights reserved.
55
*
66
* This library is free software; you can redistribute it and/or
@@ -1507,7 +1507,7 @@ public void run() {
15071507
}
15081508

15091509
/**
1510-
* MemCached Java client, utility class for Socket IO.
1510+
* MemCached client for Java, utility class for Socket IO.
15111511
*
15121512
* This class is a wrapper around a Socket and its streams.
15131513
*

0 commit comments

Comments
 (0)