doc: Sync classref with current source
Also apply clang-format.
This commit is contained in:
parent
d31ff039ed
commit
9f68626fb2
4 changed files with 17 additions and 14 deletions
|
|
@ -81,7 +81,8 @@ struct ScopedLocalRef {
|
|||
ScopedLocalRef &operator=(const ScopedLocalRef &) = delete;
|
||||
|
||||
ScopedLocalRef(JNIEnv *p_env, T p_local_ref) :
|
||||
env(p_env), local_ref(p_local_ref) {
|
||||
env(p_env),
|
||||
local_ref(p_local_ref) {
|
||||
}
|
||||
|
||||
~ScopedLocalRef() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue