Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
bring back the dependency use
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Sep 5, 2013
1 parent 3ffc85f commit 852fb24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions functional-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public VersionGroupPage closeSearchResult(final int expectedRow)
return refreshPageUntil(this, new Predicate<WebDriver>()
{
@Override
public boolean apply(WebDriver input)
public boolean apply(@javax.annotation.Nullable WebDriver input)
{
List<TableRow> tableRows = WebElementUtil.getTableRows(input, versionsInGroupTableBy);
int size = tableRows.size();
Expand Down

0 comments on commit 852fb24

Please sign in to comment.