-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated package-info.java files to recent changes
- Loading branch information
1 parent
58ecc94
commit 8a559c4
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
...rmance/src/main/java/com/github/jh3nd3rs0n/test/echo/server/performance/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/** | ||
* Provides classes for performance testing of the SOCKS server API. | ||
* Provides classes for performance testing of servers that receive data and | ||
* send back the same data. They are used for performance testing of the SOCKS | ||
* server API. | ||
*/ | ||
package com.github.jh3nd3rs0n.test.echo.server.performance; |
5 changes: 3 additions & 2 deletions
5
test-echo/src/main/java/com/github/jh3nd3rs0n/test/echo/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/** | ||
* Provides classes for integration testing between the SOCKS client API and | ||
* the SOCKS server API. | ||
* Provides classes of clients and servers that send/receive data and | ||
* receive/send back the same data. They are used for testing between the | ||
* SOCKS client API and the SOCKS server API. | ||
*/ | ||
package com.github.jh3nd3rs0n.test.echo; |