removed unused JMXConnection interface

This commit is contained in:
Axel Uhl
2025-02-07 11:21:04 +01:00
parent b807bed615
commit ed71a36185
@@ -1,12 +0,0 @@
package com.sap.sse.landscape.application;
/**
* A connection that allows clients to read and---based on the client's permissions---update
* Java Management properties (JMX, Management Beans, MBeans) in a running Java Virtual Machine.
*
* @author Axel Uhl (D043530)
*
*/
public interface JMXConnection {
}