0
Fixed

[example-java-code] proxy parrten Class Name is Error

Mr x xu 4 years ago updated by anonymous 4 years ago 2

Image 664

Java Class Name is error, Causes compilation errors, 

 Public class YouTubeCacheProxy{
     ....
 } 

it should be 

 Public class YoutubeCacheProxy{
     ....
 } 

some Java class Should be the same,Thank you

Answer

Answer
Fixed

Fixed! Thanks for the bug report.

Planned

Thanks! I'll fix this as soon as I can.

Answer
Fixed

Fixed! Thanks for the bug report.