Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Delegates/Java/delegates-5.java
Normal file
8
Task/Delegates/Java/delegates-5.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package delegate;
|
||||
|
||||
public final class Delegate implements Thingable {
|
||||
@Override
|
||||
public String thing() {
|
||||
return "delegate implementation";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue