Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ai12-othello
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandre Ducarne
ai12-othello
Merge requests
!20
Feature/com/server multicast user added to user list
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/com/server multicast user added to user list
feature/com/serverMulticastUserAddedToUserList
into
int/v1
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Clement Lebre
requested to merge
feature/com/serverMulticastUserAddedToUserList
into
int/v1
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Concerns about where to put Interface implementations
Edited
5 years ago
by
Alexandre Ducarne
0
0
Merge request reports
Compare
version 3
version 5
bcdbfb17
5 years ago
version 4
ab2a8122
5 years ago
version 3
7c057ce4
5 years ago
version 2
d0f56799
5 years ago
version 1
681fdc8a
5 years ago
int/v1 (base)
and
version 4
latest version
6cd9aea1
1 commit,
5 years ago
version 5
bcdbfb17
2 commits,
5 years ago
version 4
ab2a8122
1 commit,
5 years ago
version 3
7c057ce4
2 commits,
5 years ago
version 2
d0f56799
9 commits,
5 years ago
version 1
681fdc8a
8 commits,
5 years ago
Show latest version
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/baleine/server/network/MessageController.java
+
0
−
2
Options
package
baleine.server.network
;
import
java.util.Optional
;
import
baleine.server.network.messages.serverToClient.NewUserAddedMessage
;
import
baleine.server.network.messages.serverToClient.ServerStateOnConnectionMessage
;
Loading