Typos in android samples SampleViewBase.java method name and Javadocs (Bug #1954)
Description
onPreviewStared() should be onPreviewStarted
Also in Java Docs:
line 161: This method is called when the preview process is being started
line 171: Any other resources used during the preview can be released.
Associated revisions
fix for #1954 (typos)
Merge pull request #1954 from pentschev:ocl_features2d_fast_master
History
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 2.4.1
- Category set to android
- Assignee set to Andrey Pavlenko
Updated by Andrey Pavlenko almost 13 years ago
Thanks for reporting.
Fixed now.
- Status changed from Open to Done