Chat Tutorial in NetBeans/Text Client: Difference between revisions

Content deleted Content added
imported>SimonSmall
Rearranged and checked
imported>SimonSmall
Line 217:
* take the next message from the queue
*/
public String popQuote() {
if (quotes.isEmpty()) {
return null;