1
0
mirror of https://github.com/balkian/SWCM.git synced 2024-12-03 17:42:29 +00:00

Added comments for ruby and java files

This commit is contained in:
Fernando Sánchez 2011-04-24 23:12:09 +02:00
parent a98bedad40
commit 7c65f3be01
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/*
* Juan Fernando Sánchez Rada
* Sergio Díaz Bautista
* SWCM 2010/11
*/
package ServidorConcurrente;
import java.util.*;

View File

@ -1,3 +1,9 @@
/*
* Juan Fernando Sánchez Rada
* Sergio Díaz Bautista
* SWCM 2010/11
*/
package ServidorConcurrente;
import java.util.*;

View File

@ -1,3 +1,9 @@
# Concurrent Server
# Juan Fernando Sánchez Rada
# Sergio Díaz Bautista
# SWCM 2010/11
#
require 'socket'
numCon = 0