blob: 160b5423d074ce62105f9a8151f145aca4acfd64 [file] [log] [blame]
package org.eclipse.sensinact.studio.model.resource.utils;
/**
*
*/
public class GatewayDescriptor extends AbstractDescriptor {
protected GatewayDescriptor(String gateway) {
super(gateway);
}
@Override
public String getPath() {
return "/";
}
}