--- a/src/eric7/Graphics/UMLDiagramBuilder.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Graphics/UMLDiagramBuilder.py Sat Apr 20 18:01:36 2024 +0200 @@ -70,9 +70,9 @@ """ Public method to parse persisted data. - @param version version of the data + @param version version of the data (unused) @type str - @param data persisted data to be parsed + @param data persisted data to be parsed (unused) @type str @return flag indicating success @rtype bool @@ -92,9 +92,9 @@ """ Public method to populate the class with data persisted by 'toDict()'. - @param version version of the data + @param version version of the data (unused) @type str - @param data dictionary containing the persisted data + @param data dictionary containing the persisted data (unused) @type dict @return tuple containing a flag indicating success and an info message in case the diagram belongs to a different project