Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Applying some of the recent name changes to the test launcher.
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Deyton <deytonjh@ornl.gov>
  • Loading branch information
Jordan Deyton committed Mar 4, 2015
1 parent eeec97d commit e7d690c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public static void main(String[] args) {

Logger.getGlobal().setLevel(Level.ALL);

final ConnectionManager connections = new ConnectionManager();
final ConnectionTable connections = new ConnectionTable();

// Create a TableComponentComposite.
TableComponentComposite table = new TableComponentComposite(shell,
Expand Down

0 comments on commit e7d690c

Please sign in to comment.