Skip to content

Commit

Permalink
Fix a generics raw-type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed May 26, 2017
1 parent f8699ff commit 4b49ff0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2267,7 +2267,7 @@ public PinEvent beginPin( boolean writeLock, long filePageId, PageSwapper swappe
return super.beginPin( writeLock, filePageId, swapper );
}
};
ConfigurablePageCursorTracerSupplier cursorTracerSupplier =
ConfigurablePageCursorTracerSupplier<DefaultPageCursorTracer> cursorTracerSupplier =
new ConfigurablePageCursorTracerSupplier<>( pageCursorTracer );
generateFileWithRecords( file( "a" ), recordCount, recordSize );

Expand Down

0 comments on commit 4b49ff0

Please sign in to comment.