Refactoring

This commit is contained in:
megala21 2017-10-16 17:13:43 +05:30
parent 80c1a8c8ca
commit 75bb02ac4a

View File

@ -29,4 +29,4 @@ public class OAuthTokenValidationException extends Exception {
super(msg, nestedEx); super(msg, nestedEx);
} }
} }