Skip to content
Snippets Groups Projects
Commit 78106c0e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Create dedicated long variables."

parents 3bec4772 5aacac2a
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@ public final class SomeArgs {
public int argi4;
public int argi5;
public int argi6;
public long argl1;
public long argl2;
private SomeArgs() {
/* do nothing - reduce visibility */
......@@ -129,5 +131,7 @@ public final class SomeArgs {
argi4 = 0;
argi5 = 0;
argi6 = 0;
argl1 = 0;
argl2 = 0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment