Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed May 2, 2013
1 parent 084c780 commit 903d7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xmlcalabash/drivers/CalabashTask.java
Expand Up @@ -264,7 +264,7 @@ public void setBasedir(File dir) {
*
* @param port the port name
*/
public void setinPort(String port) {
public void setInPort(String port) {
inPort = port;
}

Expand Down

0 comments on commit 903d7c5

Please sign in to comment.