refactor servermanagemntudp methods #53

Merged
flavien merged 1 commits from refactorServerManagement into etape4 4 years ago
Owner
There is no content yet.
louis_royer approved these changes 4 years ago
Collaborator

Si tu l’as testé, tu peux merge.

Si tu l’as testé, tu peux merge.
Collaborator

Fix #50.

Fix #50.
louis_royer requested changes 4 years ago
@ -205,6 +148,71 @@ public class ServerManagementUDP implements Runnable {
}
}
public void LoadRequestManagement(Logger logger, Payload p, ProtocolP2PPacketUDP pd){
Collaborator

La javadoc ici stp

La javadoc ici stp
@ -208,0 +198,4 @@
}
}
public void ListRequestManagement(Logger logger, ProtocolP2PPacketUDP pd){
Collaborator

Idem ici, javadoc

Idem ici, javadoc
flavien closed this pull request 4 years ago
flavien deleted branch refactorServerManagement 4 years ago
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/pr-etape4 This commit looks good
The pull request has been merged as ab7af56138.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b refactorServerManagement etape4
git pull origin refactorServerManagement

Step 2:

Merge the changes and update on Gitea.
git checkout etape4
git merge --no-ff refactorServerManagement
git push origin etape4
Sign in to join this conversation.
Loading…
There is no content yet.