Skip to content
Snippets Groups Projects
Verified Commit 66a75ada authored by Enna Gerhard's avatar Enna Gerhard :levitate:
Browse files

Fix typo

parent da3e11a7
No related branches found
No related tags found
1 merge request!26Feature/flow
Pipeline #201488 passed
......@@ -44,9 +44,9 @@ public abstract class CustomGraphJPanel extends JPanel implements Runnable, Mous
* Create a Graphpanel to visualize a graph.
*
* @param graphVisualizer the parent frame
* @param graph the graph that should be visualized
* @param animator the animator can be null, if there is no animation
* @param title the title of the frame
* @param graph the graph that should be visualized
* @param animator the animator can be null, if there is no animation
* @param title the title of the frame
*/
public CustomGraphJPanel(final GraphVisualizer graphVisualizer, final PositionGraph<?, ?> graph,
final Animator animator, String title) {
......@@ -67,7 +67,7 @@ public abstract class CustomGraphJPanel extends JPanel implements Runnable, Mous
/**
* add all Edges to the display.
*
* @param g the grahics
* @param g the graphics
* @param graphics2D the 2dGraphic
*/
protected abstract void addEdges(Graphics g, Graphics2D graphics2D);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment