Started capsule work.

This commit is contained in:
Clinton Alexander
2016-08-22 11:49:55 +01:00
parent 5daad3580c
commit c45aa9ffb1
2 changed files with 12 additions and 0 deletions

View 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);
}
}