Skip to content

Commit

Permalink
Fix for Java event generating
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Zhou committed Dec 12, 2024
1 parent 545dec4 commit 5bce609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/PCompiler/CompilerCore/Backend/Java/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ internal static string AsFFIComment(string line)
/// <summary>
/// The fully-qualified class name of the Java P runtime's Event class.
/// </summary>
internal static readonly string EventsClass = "prt.events.Event";
internal static readonly string EventsClass = "prt.events.PEvent";

#endregion

Expand Down

0 comments on commit 5bce609

Please sign in to comment.