Skip to content

Commit

Permalink
Spelling mistake in TeiidExecutionService
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Richardson committed Aug 28, 2013
1 parent 3b9a465 commit 49c0c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -55,7 +55,7 @@ public String[] getAssociatedConnectionProfileType() {
*/
@Override
public ExecutionService getExecutionService() {
return new TeiidExcecutionService();
return new TeiidExecutionService();
}

/**
Expand Down
Expand Up @@ -18,7 +18,7 @@
/**
* @since 8.0
*/
public class TeiidExcecutionService extends ExecutionService {
public class TeiidExecutionService extends ExecutionService {

/* (non-Javadoc)
* @see org.eclipse.datatools.sqltools.core.services.ExecutionService#createCallableSQLResultRunnable(java.sql.Connection, org.eclipse.debug.core.ILaunchConfiguration, boolean, org.eclipse.datatools.sqltools.editor.core.connection.IConnectionTracker, org.eclipse.datatools.sqltools.core.DatabaseIdentifier)
Expand Down

0 comments on commit 49c0c6a

Please sign in to comment.