Skip to content

Commit

Permalink
Changed the method name "open(List<IFile> files)" to
Browse files Browse the repository at this point in the history
openFiles(List<IFile> files)".
  • Loading branch information
KlasJoensson committed Mar 22, 2012
1 parent aabdde8 commit a5e3745
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ public void open( final IFile file ) {
}
}

public void open( List<IFile> files ) {
public void openFiles( List<IFile> files ) {
IWorkbenchPage page = PlatformUI.getWorkbench()
.getActiveWorkbenchWindow()
.getActivePage();
Expand Down

0 comments on commit a5e3745

Please sign in to comment.