GetSQLShellResult.java

/*******************************************************************************
 * Copyhacked (H) 2012-2020.
 * This program and the accompanying materials
 * are made available under no term at all, use it like
 * you want, but share and discuss about it
 * every time possible with every body.
 * 
 * Contributors:
 *      ron190 at ymail dot com - initial implementation
 ******************************************************************************/
package com.jsql.view.swing.interaction;


/**
 * Append the result of a command in the terminal.
 */
public class GetSQLShellResult extends AbstractGetShellResult {
    public GetSQLShellResult(Object[] interactionParams) {
        super(interactionParams);
    }
}