blob: 93e915da852366d271049d913c9708b230fc2fbf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 Orange.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*******************************************************************************/
package org.eclipse.om2m.sdt.home;
import org.eclipse.om2m.sdt.Domain;
public class HomeDomain extends Domain {
public HomeDomain(final String name) {
super(name);
}
}