mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-27 18:23:21 +00:00
Fix PMD violations #327
This commit is contained in:
@@ -5,5 +5,5 @@ package com.iluwatar.poison.pill;
|
||||
*/
|
||||
public interface MqSubscribePoint {
|
||||
|
||||
public Message take() throws InterruptedException;
|
||||
Message take() throws InterruptedException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user