mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
Remove unnecessary braces from AuthenticateAPI
This commit is contained in:
parent
58c5fa4dd8
commit
aa4bc7a155
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ package org.pgpainless.wot.api
|
|||
* Authenticate a binding.
|
||||
* A binding is a pair consisting of a certificate and a User ID.
|
||||
*/
|
||||
class AuthenticateAPI() {
|
||||
class AuthenticateAPI {
|
||||
|
||||
}
|
Loading…
Reference in a new issue