All Downloads are FREE. Search and download functionalities are using the official Maven repository.

editor.run.ProgramRunConfigParameters Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor.run;

/**
 */
public class ProgramRunConfigParameters extends FqnRunConfigParameters
{
  public ProgramRunConfigParameters()
  {
  }

  public ProgramRunConfigParameters( String name, String fqn )
  {
    super( name, fqn );
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy