Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Jan 23, 2016
1 parent f7660cd commit da91fa8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -202,7 +202,7 @@ public String getXPath() {
*/
public String getParentXPath() {
Iterator<Level> levelIterator = path.descendingIterator();
if(levelIterator.hasNext()) {
if (levelIterator.hasNext()) {
levelIterator.next();
}
return getXPath(levelIterator);
Expand Down

0 comments on commit da91fa8

Please sign in to comment.