Merge pull request #610 from teyrana/fix/608/fin-count
[fixes #608] save all instance counts, even if equal to 1
This commit is contained in:
commit
2081715e33
@ -90,8 +90,8 @@ public class RocketComponentSaver {
|
|||||||
|
|
||||||
if( c instanceof Clusterable ){
|
if( c instanceof Clusterable ){
|
||||||
; // no-op. Instance counts are set via named cluster configurations
|
; // no-op. Instance counts are set via named cluster configurations
|
||||||
}else if( 1 < instanceCount ) {
|
}else {
|
||||||
emitInteger( elements, "instancecount", c.getInstanceCount() );
|
emitInteger(elements, "instancecount", c.getInstanceCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
if( c instanceof LineInstanceable ){
|
if( c instanceof LineInstanceable ){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user