Skip to content

Commit

Permalink
Updated Plang import to PChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Zhou committed May 28, 2024
1 parent 8fb54a7 commit c24802d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
using System.Collections.Generic;
using System.Linq;
using System.IO;
using Plang.CSharpRuntime;
using Plang.CSharpRuntime.Values;
using Plang.CSharpRuntime.Exceptions;
using PChecker.PRuntime;
using PChecker.PRuntime.Values;
using PChecker.PRuntime.Exceptions;
using System.Threading;
using System.Threading.Tasks;

Expand Down

0 comments on commit c24802d

Please sign in to comment.