/* * Copyright (c) 2012-2015 iWave Software LLC * All Rights Reserved */ package com.iwave.ext.linux.command.version; import com.iwave.ext.linux.command.LinuxResultsCommand; import com.iwave.ext.linux.model.LinuxVersion; public abstract class LinuxVersionCommand extends LinuxResultsCommand<LinuxVersion> { }