Skip to content

Commit

Permalink
fix PMD MissingOverride (Priority: 3):The method 'run()' is missing an
Browse files Browse the repository at this point in the history
…@OverRide annotation.
  • Loading branch information
yurake committed Apr 5, 2023
1 parent 5bb6de9 commit 5097f3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static void stopReceived() {
ActiveMqSubscribeService.isEnableReceived = false;
}

@Override
public void run() {
while (isEnableReceived) {
try (JMSContext context = connectionFactory
Expand Down

0 comments on commit 5097f3d

Please sign in to comment.