Skip to content

Commit 005d551

Browse files
mondainCopilot
andauthored
Update common/src/main/java/org/red5/server/net/rtmp/event/Ping.java
Co-authored-by: Copilot <[email protected]>
1 parent 1d882a7 commit 005d551

File tree

1 file changed

+1
-3
lines changed
  • common/src/main/java/org/red5/server/net/rtmp/event

1 file changed

+1
-3
lines changed

common/src/main/java/org/red5/server/net/rtmp/event/Ping.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ public enum PingType {
3838

3939
/**
4040
* <p>getType.</p>
41-
*
42-
* @param type a short
43-
* @return a {@link org.red5.server.net.rtmp.event.Ping.Type} object
41+
* @return a {@link org.red5.server.net.rtmp.event.Ping.PingType} object
4442
*/
4543
public static PingType getType(int type) {
4644
switch (type) {

0 commit comments

Comments
 (0)