NoIssue: Initial autogenerated files (from 'module_setup-0.0.2.4')
This commit is contained in:
13
src/main/java/com/r35157/nenjim/hubd/impl/ref/SomeImpl.java
Normal file
13
src/main/java/com/r35157/nenjim/hubd/impl/ref/SomeImpl.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.r35157.nenjim.hubd.impl.ref;
|
||||
|
||||
import com.r35157.nenjim.hubd.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