Skip to content

Commit 624a1bd

Browse files
committed
typo fix
1 parent bbd618f commit 624a1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/java-debugging/Eclipse-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ In this MVC application the UserController uses the findByLogin method in the Us
157157
To fix this, apply ROT13 to the password by adding
158158

159159
```
160-
import com.docker.UserSignup.utit.Rot13
160+
import com.docker.UserSignup.util.Rot13
161161
162162
String passwd = Rot13.rot13(password);
163163
```

0 commit comments

Comments
 (0)