Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 19, 2024
1 parent af08dd3 commit 616041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/JNetReflector/InternalMethods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static void AnalyzeSubItems(string package, IDictionary<string, IDictionary<stri
}
}

var path = Path.Combine(JNetReflectorCore.DestinationCSharpClassPath, package.Replace(SpecialNames.NamespaceSeparator, Path.DirectorySeparatorChar), "AllPackageClasses.cs");
var path = Path.Combine(JNetReflectorCore.DestinationCSharpClassPath, package.Replace(SpecialNames.NamespaceSeparator, Path.DirectorySeparatorChar), FileNameAndDirectory.AllPackageClassesFileName);
if (JNetReflectorCore.JarsToAnalyze != null)
{
sb.AppendLine(AllPackageClasses.CLASSES);
Expand Down

0 comments on commit 616041f

Please sign in to comment.