mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
add Package.getName
This commit is contained in:
parent
3a2a46499e
commit
0ca7ed8c67
@ -43,4 +43,8 @@ public class Package {
|
||||
this.sealed = sealed;
|
||||
this.loader = loader;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user