org.phoebus.applications.eslog.archivedjmslog.Model Maven / Gradle / Ivy
The newest version!
package org.phoebus.applications.eslog.archivedjmslog;
public class Model
{
protected PropertyFilter[] filters = null;
public void setFilters(PropertyFilter[] filters)
{
synchronized (this)
{
this.filters = filters;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy