File tree 2 files changed +3
-3
lines changed
malicious-url-detector/src/main/java/com/example
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ export TF_CPP_MIN_LOG_LEVEL=1
48
48
Run the following command to build the native executable for this project:
49
49
50
50
` ` ` shell
51
- # build native iamge with TensorFlow engine
51
+ # build native image with TensorFlow engine
52
52
./mvnw clean package -Pnative -Ptensorflow
53
53
54
- # build native iamge with PyTorch engine
54
+ # build native image with PyTorch engine
55
55
./mvnw clean package -Pnative -Ppytorch
56
56
` ` `
57
57
Original file line number Diff line number Diff line change 23
23
import java .util .ArrayList ;
24
24
25
25
/**
26
- * FilterProxy class receives requests on a server socket, and handles requests on indvidual threads
26
+ * FilterProxy class receives requests on a server socket, and handles requests on individual threads
27
27
* looking for malicious url patterns.
28
28
*/
29
29
public class FilterProxy implements Runnable {
You can’t perform that action at this time.
0 commit comments