Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Georgiev committed Mar 3, 2012
1 parent 18c2a84 commit 2c2db93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Expand Up @@ -60,12 +60,6 @@ public interface IRBusinessManager extends IBioclipseManager {
)
public String fixFilepath(String filepath);

@Recorded
@PublishedMethod(
methodSummary = "Splits a string on newline and semicolon " +
"and returns a String array of commmands"
)
public String[] parseCommand(String command);
@Recorded
@PublishedMethod(
methodSummary = "Gets the boolean " +
Expand Down
Expand Up @@ -21,8 +21,8 @@
import java.io.StringWriter;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.NoSuchElementException;
import java.util.regex.Pattern;

import javax.security.auth.login.LoginException;

Expand All @@ -44,8 +44,6 @@
import de.walware.rj.data.RStore;
import de.walware.rj.servi.RServi;

import java.util.regex.Pattern;

public class RBusinessManager implements IBioclipseManager {

private static final Logger logger = Logger.getLogger(RBusinessManager.class);
Expand Down

0 comments on commit 2c2db93

Please sign in to comment.