Skip to content

Commit

Permalink
Applied suggestion by reviewer falko17.
Browse files Browse the repository at this point in the history
Co-authored-by: Falko <10247603+falko17@users.noreply.github.com>
  • Loading branch information
koschke and falko17 authored Jan 31, 2024
1 parent dc3ae1d commit 58ff03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/SEE/DataModel/DG/IO/JaCoCoImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static void Load(Graph graph, string filepath)
// with the same filename (obviously) as the filename of the main class. Only the
// qualified name of non-main classes will differ. For instance, if we have a main
// class C in package P, the filename will be C.java and the qualified name will
// be P/C. If there is another class D in C.java, that is not the main class,
// be P/C. If there is another class D in C.java that is not the main class,
// the file of that class will be C.java, too, and its qualified name will be
// P/D. If there is another class I nested in class C, the file of I will again
// be C.java, but its qualified name will be P/D$I. The delimiter $ is used
Expand Down

0 comments on commit 58ff03e

Please sign in to comment.