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