Skip to content

Commit

Permalink
Fix counting
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 26, 2024
1 parent 7b1c4f2 commit 79d2205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/JNetReflector/JNetReflectorHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static IDictionary<Class, IReadOnlyDictionary<string, string>> ExtractJav

Dictionary<string, string> map = new Dictionary<string, string>();
int classCounter = -1;
int endCounter = -1;
int endCounter = 0;
string methodName = string.Empty;
string className = string.Empty;
bool nextLineIsDescriptor = false;
Expand Down

0 comments on commit 79d2205

Please sign in to comment.