File tree 2 files changed +3
-5
lines changed
src/main/java/io/github/eocqrs/ohip
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ SOFTWARE.
26
26
<suppressions >
27
27
<suppress checks =" LineLength" files =" .*\.java$" lines =" 0-23" />
28
28
<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 " />
30
30
</suppressions >
Original file line number Diff line number Diff line change 36
36
public interface Token extends Text {
37
37
38
38
/*
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
43
41
* */
44
42
45
43
/**
You can’t perform that action at this time.
0 commit comments