Initialisation depot

This commit is contained in:
Serge NOEL
2026-06-17 14:00:51 +02:00
commit efdf1683af
33190 changed files with 5907629 additions and 0 deletions
@@ -0,0 +1,9 @@
package jmri.jmrix;
/**
* JUnit tests for the AbstractNetworkPortController class.
*
* @author Paul Bender Copyright (C) 2016
*/
public abstract class AbstractNetworkPortControllerTestBase extends AbstractPortControllerTestBase {
}