NoIssue: Clean-up
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
package com.r35157.libs.random.impl.ref;
|
|
||||||
|
|
||||||
import com.r35157.libs.random.SomeInterface;
|
|
||||||
|
|
||||||
public class SomeImpl implements SomeInterface {
|
|
||||||
public String concat(String x, String y) {
|
|
||||||
return x + y;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void divideByZero() throws ArithmeticException {
|
|
||||||
int a = 0/0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user