Releases the lock for this class information.
()
| 503 | * Releases the lock for this class information. |
| 504 | */ |
| 505 | public void unlock () { |
| 506 | lock.unlock(); |
| 507 | } |
| 508 | |
| 509 | /** |
| 510 | * Returns the per-instance metaclass for the given object, if one has been set. |
no outgoing calls
no test coverage detected