mirror of
https://github.com/corda/corda.git
synced 2025-06-20 08:03:53 +00:00
Started capsule work.
This commit is contained in:
8
src/main/java/CordaCaplet.java
Normal file
8
src/main/java/CordaCaplet.java
Normal file
@ -0,0 +1,8 @@
|
||||
// Please do not move me. I need to be in the global namespace :(
|
||||
|
||||
public class CordaCaplet extends Capsule {
|
||||
|
||||
protected CordaCaplet(Capsule pred) {
|
||||
super(pred);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user