Skip to content

Commit

Permalink
[DOCS] Fix badly formatted documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JPCatarino committed Jun 7, 2020
1 parent 23a0895 commit 078529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/ClientCom.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public ClientCom (String hostName, int portNumb)
* Instanciação de um socket de comunicação e sua associação ao endereço do servidor.
* Abertura dos streams de entrada e de saída do socket.
*
* @return <li>true, se o canal de comunicação foi aberto
* <li>false, em caso contrário
* @return true, se o canal de comunicação foi aberto
* false, em caso contrário
*/

public boolean open ()
Expand Down

0 comments on commit 078529e

Please sign in to comment.