Fix style issues.

This commit is contained in:
Michael Jumper
2013-02-21 11:52:47 -08:00
parent 3ea725ae3a
commit 75408f5224
3 changed files with 13 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ package net.sourceforge.guacamole.io;
import java.io.IOException;
import java.io.Reader;
import java.util.Deque;
import java.util.LinkedList;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleServerException;
@@ -210,7 +211,7 @@ public class ReaderGuacamoleReader implements GuacamoleReader {
int elementStart = 0;
// Build list of elements
LinkedList<String> elements = new LinkedList<String>();
Deque<String> elements = new LinkedList<String>();
while (elementStart < instructionBuffer.length) {
// Find end of length