Skip to content

Commit

Permalink
Remove redundant @Nullable annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jul 24, 2019
1 parent fb6be79 commit ad24f60
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static final RecordZoomWindowFinder newInstance(final String tableName)
return new RecordZoomWindowFinder(tableName);
}

@Nullable
public static final Optional<AdWindowId> findAdWindowId(final TableRecordReference record)
{
return newInstance(record).findAdWindowId();
Expand Down Expand Up @@ -176,7 +175,6 @@ private RecordZoomWindowFinder(
_windowIdsEffective = WindowIds.of(adWindowId, adWindowId);
}

@Nullable
public Optional<AdWindowId> findAdWindowId()
{
final WindowIds windowIds = getEffectiveWindowIds();
Expand Down

0 comments on commit ad24f60

Please sign in to comment.