This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpJNIAdapter
Watch
13
Star
1
Fork
3
Code
Issues
Pull Requests
1
Releases
70
Activity
Browse Source
JNI-160: synchronized getInstanceCount() method
JNI-160
heck
11 months ago
parent
aff9fa861f
commit
21119a6419
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/codegen/gen_java_Message.ysl2
+ 1
- 1
src/codegen/gen_java_Message.ysl2
View File
@ -76,7 +76,7 @@ tstylesheet {
}
}
public static
int
getInstanceCount() {
public static
synchronized AtomicLong
getInstanceCount() {
return instanceCount;
}
Write
Preview
Loading…
Cancel
Save