src/eric7/Graphics/UMLDiagramBuilder.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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

eric ide

mercurial