Refactor: Remove non-relevant modificators on transformContent
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 19s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 19s
This commit is contained in:
@@ -5,5 +5,5 @@ public interface NotificationDecoration {
|
|||||||
* Each decoration apply a transformation on the content of the Notifications
|
* Each decoration apply a transformation on the content of the Notifications
|
||||||
* @return the content transformed
|
* @return the content transformed
|
||||||
*/
|
*/
|
||||||
public abstract String transformContent(String content);
|
String transformContent(String content);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user