1 19 20 package org.netbeans.core.startup.layers; 21 22 26 public class AttributeChangeOnBinaryFSIsNotifiedTest extends AttributeChangeIsNotifiedTest { 27 28 public AttributeChangeOnBinaryFSIsNotifiedTest(String s) { 29 super(s); 30 } 31 32 protected ModuleLayeredFileSystem getTheLayer(SystemFileSystem sfs) { 33 return sfs.getInstallationLayer(); 34 } 35 36 } 37 | Popular Tags |