add comment for Java 8 fix
This commit is contained in:
		
							parent
							
								
									abbf2093e5
								
							
						
					
					
						commit
						66699d92d9
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -34,6 +34,7 @@ public class RestCallPageSupplier<T> implements PageSupplier<T> { | ||||||
|     @SuppressWarnings({ "unchecked", "rawtypes" }) |     @SuppressWarnings({ "unchecked", "rawtypes" }) | ||||||
|     @Override |     @Override | ||||||
|     public Builder<T> newBuilder() { |     public Builder<T> newBuilder() { | ||||||
|  |         // NOTE: This has raw-type because of Java 8 compilation (doesn't work with types for some wired reason) | ||||||
|         return new RestCallBuilderAdapter(this.restCall.newBuilder()); |         return new RestCallBuilderAdapter(this.restCall.newBuilder()); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti