Remove CommandStopListener

This commit is contained in:
Chris Eager
2024-01-25 12:25:48 -06:00
committed by Chris Eager
parent 852b285d84
commit 422e8e6f3e
6 changed files with 0 additions and 79 deletions

View File

@@ -1,12 +0,0 @@
/*
* Copyright 2023 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.textsecuregcm.configuration;
import javax.validation.constraints.NotNull;
public record CommandStopListenerConfiguration(@NotNull String path) {
}