Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/java-speech-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Kuza <luke.kuza@allstarwireless.com>2013-08-01 21:45:45 +0400
committerLuke Kuza <luke.kuza@allstarwireless.com>2013-08-01 21:45:45 +0400
commit68121fc14ec65958957077c5e5598e5b6218a556 (patch)
tree0be3fddad972ba8739537fcd32d530282e8fcfae
parentdfea4208bc3bd5a4033c4fabe280bddb1b61e9e9 (diff)
parent73132ee1f575215bca338fc5fc0148ddcd529086 (diff)
Merge pull request #12 from walane/master
Cleaning code.
-rw-r--r--src/com/darkprograms/speech/recognizer/GoogleResponse.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/darkprograms/speech/recognizer/GoogleResponse.java b/src/com/darkprograms/speech/recognizer/GoogleResponse.java
index a673a54..cfb11ca 100644
--- a/src/com/darkprograms/speech/recognizer/GoogleResponse.java
+++ b/src/com/darkprograms/speech/recognizer/GoogleResponse.java
@@ -22,7 +22,7 @@ public class GoogleResponse {
/**
* List that holds other possible responses for this request.
*/
- private List<String> otherPossibleResponses = new ArrayList(20);
+ private List<String> otherPossibleResponses = new ArrayList<String>(20);
/**
* Constructor