diff --git a/Assets/SEE/DataModel/DG/IO/JaCoCoImporter.cs b/Assets/SEE/DataModel/DG/IO/JaCoCoImporter.cs index 48feb1a69a..0bd1477d3b 100644 --- a/Assets/SEE/DataModel/DG/IO/JaCoCoImporter.cs +++ b/Assets/SEE/DataModel/DG/IO/JaCoCoImporter.cs @@ -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