NoIssue: Cleanup

This commit is contained in:
Minimons
2025-11-19 12:10:35 +01:00
parent 0250113f4a
commit a23a234ae0

View File

@@ -1,6 +0,0 @@
package com.r35157.libs.valuetypes.basic;
public interface SomeInterface {
String concat(String x, String y);
void divideByZero() throws ArithmeticException;
}