File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ _Reference_: https://www.youtube.com/watch?v=3m9RN4aDh08
12
12
* the main goal of this project is to show how to implement single-threaded and multi-threaded
13
13
multiplexed non-blocking server using ` java.nio `
14
14
* please refer firstly: https://github.com/mtumilowicz/java12-nio-non-blocking-polling-server-workshop
15
- * in the workshop we will try to fix failing tests from ` test/* /workshop ` package by following steps and hints in
16
- ` java/* /workshop ` package
17
- * answers: ` java/* /answers ` package
15
+ * in the workshop we will try to fix failing tests from ` test/server /workshop ` package by following steps and hints in
16
+ ` java/server /workshop ` and ` java/hander/workshop ` packages
17
+ * answers: ` java/server /answers ` , ` java/hander/answers ` packages
18
18
19
19
# theory in a nutshell
20
20
# SelectionKey
You can’t perform that action at this time.
0 commit comments