cleans interfaces up
This commit is contained in:
@ -142,6 +142,11 @@ abstract class AbstractTxStream extends HierNode implements IWaveform {
|
||||
return rowCount;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getWidth() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculate concurrency.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user