blob: b02f4a7575e66414e13aab5a3fb57030bd2c61f2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package data.models;
/**
* @author <a href="mailto:axel.richard@obeo.fr">Axel Richard</a>
*/
public class SmallGitInputData extends DataGit {
public SmallGitInputData() {
super("src/data/models/git/model_size_small_repo.zip", "model_size_small_repo",
"model_small_size_git", "model.uml");
}
}