unlock method

  1. @protected
void unlock()

Implementation

@protected
void unlock() {
  _locked[name] = false;
}