update
This commit is contained in:
@@ -1502,7 +1502,7 @@ public class PlantModelManager
|
||||
throws ObjectUnknownException,
|
||||
ObjectExistsException {
|
||||
LocationType type = getObjectRepo().getObject(LocationType.class, to.getTypeName());
|
||||
System.out.println("test print location:" + to.getName() + ", type:" + type.getName());
|
||||
// System.out.println("test print location:" + to.getName() + ", type:" + type.getName());
|
||||
Location newLocation = new Location(to.getName(), type.getReference())
|
||||
.withPosition(to.getPosition())
|
||||
.withLocked(to.isLocked())
|
||||
|
||||
Reference in New Issue
Block a user