mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-22 11:55:15 -04:00
fixes a checkstyle issue
This commit is contained in:
parent
f39284c02c
commit
51bf8ced71
@ -34,7 +34,8 @@ public class DataPlotter implements Drawable {
|
||||
/**
|
||||
* Creates a new instance
|
||||
*
|
||||
* @param data the signals used to collect DataSamples
|
||||
* @param data the signals used to collect DataSamples
|
||||
* @param modelSync used to access the model
|
||||
*/
|
||||
public DataPlotter(ValueTable data, SyncAccess modelSync) {
|
||||
this.dataOriginal = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user