aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs173/pr408014/IIdentifiable.java2
blob: b54cdeec4f3890fb9df964e39e8edb1ca6e3cca4 (plain)
1
2
3
4
5
interface IIdentifiable {
    UUID getPlatformId();
    void setPlatformId(UUID id);
}