GP-601: Generic configuration + change of base for IDs

This commit is contained in:
d-millar 2021-04-01 18:39:33 -04:00 committed by Dan
parent 314c58e941
commit 92017b9f7d
27 changed files with 602 additions and 111 deletions

View file

@ -66,4 +66,9 @@ public class DbgModel2TargetAvailableImpl extends DbgModel2TargetObjectImpl
return pid;
}
@Override
public void setBase(Object value) {
// Nothing for now
}
}