mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-09 04:17:32 +02:00
fix code smells
This commit is contained in:
@@ -27,6 +27,7 @@ package sonia.scm.security.gpg;
|
||||
import sonia.scm.BadRequestException;
|
||||
import sonia.scm.ContextEntry;
|
||||
|
||||
@SuppressWarnings("squid:S110")
|
||||
public final class DeletingReadonlyKeyNotAllowedException extends BadRequestException {
|
||||
|
||||
public DeletingReadonlyKeyNotAllowedException(String keyId) {
|
||||
|
||||
Reference in New Issue
Block a user