Skip to content

Commit fd866f9

Browse files
author
Bytekeeper
committed
Fixed small doc issue
1 parent 8e75a18 commit fd866f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/bk/ass/manage/GMSReservation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* {@link Reservation} implementation for {@link GMS}. Can be used for tracking the remaining
77
* available resources. (Ie. start each frame by {@link #setGms(GMS)} using the current amount of
8-
* resources, then use {@link GMS-}{@link Lock}s to track reservations.)
8+
* resources, then use {@link GMS}-{@link Lock}s to track reservations.)
99
*/
1010
public class GMSReservation implements Reservation<GMS> {
1111

0 commit comments

Comments
 (0)