mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
rename helper methods
This commit is contained in:
@@ -53,7 +53,7 @@ impl<'a> MultiDetector<'_> {
|
||||
let infos = finder.findMulti(hints)?;
|
||||
|
||||
if infos.is_empty() {
|
||||
return Err(Exceptions::notFoundEmpty());
|
||||
return Err(Exceptions::notFound);
|
||||
}
|
||||
|
||||
let mut result = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user