Skip to content

Commit

Permalink
fix: reorder java modifiers (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval committed Feb 2, 2022
1 parent a6e9a04 commit e5401b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public class NotifyClientFactory {

private final static NotifyClientFactory instance = new NotifyClientFactory();
private static final NotifyClientFactory instance = new NotifyClientFactory();
private ResteasyClient client;
private ResteasyClient pooledClient;

Expand Down

0 comments on commit e5401b2

Please sign in to comment.