Skip to content
Snippets Groups Projects
Commit e632247e authored by afreyssin's avatar afreyssin
Browse files

Code cleaning.

parent 0d92c75e
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,7 @@ public class Script implements Serializable, Cloneable {
return commands.elementAt(i);
}
public Object firstElement()
throws NoSuchElementException {
public Object firstElement() throws NoSuchElementException {
return commands.firstElement();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment