Skip to content

Commit

Permalink
📝 change Graphviz instance to Graphviz implementation on javadoc (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum authored Dec 18, 2024
1 parent 0a22623 commit 4c2d1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/sourceforge/plantuml/dot/GraphvizFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
public interface GraphvizFactory {

/**
* Creates a {@link Graphviz} instance if possible with the specified parameters.
* Creates a {@link Graphviz} implementation if possible with the specified parameters.
*
* @param skinParam
* @param dotString
* @param type
* @return a {@link Graphviz} instance or {@code null}.
* @return a {@link Graphviz} implementation or {@code null}.
*/
Graphviz create(ISkinParam skinParam, String dotString, String... type);
}

0 comments on commit 4c2d1cc

Please sign in to comment.