[fixes #887] Add 'availability' to TCMotor String representation
This commit is contained in:
parent
46b974cae7
commit
5c3db0f59c
@ -292,7 +292,7 @@ public class TCMotor implements Cloneable {
|
||||
+ ", info_url=" + info_url + ", tot_mass_g=" + tot_mass_g
|
||||
+ ", prop_mass_g=" + prop_mass_g + ", delays=" + delays
|
||||
+ ", case_info=" + case_info + ", prop_info=" + prop_info
|
||||
+ ", updated_on=" + updated_on + "]";
|
||||
+ ", updated_on=" + updated_on + ", availability=" + availability + "]";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user