Skip to content

Commit

Permalink
Renamed "open(List<IFile> files)" to "openFiles( List<IFile> files )"
Browse files Browse the repository at this point in the history
  • Loading branch information
KlasJoensson committed Mar 22, 2012
1 parent a5e3745 commit d588ad4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public interface IUIManager extends IBioclipseManager {

@Recorded
@GuiAction
public void open( List<IFile> files );
public void openFiles( List<IFile> files );

@GuiAction
public void open(String filePath, String editor) throws BioclipseException;
Expand Down

0 comments on commit d588ad4

Please sign in to comment.