Skip to content

Commit f27c48b

Browse files
committed
refactor: remove outdated documentation for getApi method in Renderer.java
1 parent c9d18f5 commit f27c48b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

HMCLCore/src/main/java/org/jackhuang/hmcl/game/Renderer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ public enum Renderer {
6666
}
6767

6868
/// Get the Graphics API used by this renderer.
69-
///
70-
/// @return the API used by this renderer, or `null` if the renderer does not target a specific graphics API.
7169
public GraphicsAPI getApi() {
7270
return api;
7371
}

0 commit comments

Comments
 (0)