We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e75a18 commit fd866f9Copy full SHA for fd866f9
src/main/java/org/bk/ass/manage/GMSReservation.java
@@ -5,7 +5,7 @@
5
/**
6
* {@link Reservation} implementation for {@link GMS}. Can be used for tracking the remaining
7
* 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.)
+ * resources, then use {@link GMS}-{@link Lock}s to track reservations.)
9
*/
10
public class GMSReservation implements Reservation<GMS> {
11
0 commit comments