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

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
Customer support service by UserEcho
Fixed! Thanks for the bug report.