mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Fix codacy problem
Codacy wants comments inside an empty method.
This commit is contained in:
parent
ffe376e8dc
commit
390cba1b75
1 changed files with 2 additions and 4 deletions
|
@ -100,12 +100,10 @@ public class GrpcStubs {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* An experimental api. A noop but never called; tries to make it clearer to
|
||||
* implementors that they may break in the future.
|
||||
*/
|
||||
@Override
|
||||
public void thisUsesUnstableApi() {
|
||||
// An experimental api. A noop but never called; tries to make it clearer to
|
||||
// implementors that they may break in the future.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue