Skip to content

Commit

Permalink
s/String/string/
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 2, 2023
1 parent d1ab340 commit 5d31d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/test/Apache.Arrow.IntegrationTest/CDataInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static unsafe void ExportRecordBatch(RecordBatch batch, long ptr)
CArrowArrayExporter.ExportRecordBatch(batch, (CArrowArray*) ptr);
}

public static JsonFile ParseJsonFile(String jsonPath)
public static JsonFile ParseJsonFile(string jsonPath)
{
return JsonFile.Parse(new FileInfo(jsonPath));
}
Expand Down

0 comments on commit 5d31d5d

Please sign in to comment.