File tree Expand file tree Collapse file tree
src/main/java/io/github/eocqrs/ohip Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ SOFTWARE.
2626<suppressions >
2727 <suppress checks =" LineLength" files =" .*\.java$" lines =" 0-23" />
2828 <suppress checks =" HiddenField" files =" .*\.java$" lines =" 23-9999" />
29- <suppress checks =" MagicNumber" files =" io.github.eocqrs.ohip.Token.java" lines =" 72 " />
29+ <suppress checks =" MagicNumber" files =" io.github.eocqrs.ohip.Token.java" lines =" 70 " />
3030</suppressions >
Original file line number Diff line number Diff line change 3636public interface Token extends Text {
3737
3838 /*
39- * @todo #1:45min\DEV We need to implement
40- * dynamic JWT token generation;
41- * maybe, it can bre based on provided
42- * username and password
39+ * @todo #1:45min/DEV Implement dynamic JWT token generation
40+ * Can be based on provided username and password
4341 * */
4442
4543 /**
You can’t perform that action at this time.
0 commit comments