fix: Fix server session (#2913)

* fix server session

* fix version
This commit is contained in:
Ilkka Seppälä
2024-04-11 22:11:42 +03:00
committed by GitHub
parent 44071ab497
commit 56dfd8c2d7
11 changed files with 445 additions and 371 deletions
@@ -30,5 +30,5 @@ package com.iluwatar.doublebuffer;
public enum Pixel {
WHITE,
BLACK;
BLACK
}