001package jmri.jmrix.loconet.pr4;
002
003import jmri.jmrix.loconet.pr3.PR3SystemConnectionMemo;
004
005/**
006 * Lightweight class to denote that a PR4 is active
007 * <p>
008 * This class serves as a placeholder; it is anticipated that the PR4
009 * implementation will require differentiation from the PR3 implementation.
010 * <p>
011 * Based on PR3SystemConnectionMemo
012 *
013 * @author Bob Jacobsen Copyright (C) 2010
014 * @author B. Milhaupt Copyright (C) 2017, 2019
015 */
016public class PR4SystemConnectionMemo extends PR3SystemConnectionMemo {
017
018//    private final static Logger log = LoggerFactory.getLogger(PR4SystemConnectionMemo.class);
019
020}