Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint fix #1594

Merged
merged 4 commits into from
Oct 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class SsmlAddresses {
* function saves the synthetic audio to the designated output file.
*
* @param ssmlText: String of tagged SSML text
* @param outfile: String name of file under which to save audio output
* @param outFile: String name of file under which to save audio output
* @throws Exception on errors while closing the client
*
*/
Expand Down Expand Up @@ -104,7 +104,7 @@ public static void ssmlToAudio(String ssmlText, String outFile)
* of the text file. This function also handles special text characters which might
* interfere with SSML commands.
*
* @param inputfile: String name of plaintext file
* @param inputFile: String name of plaintext file
* @throws IOException on files that don't exist
* @return a String of SSML text based on plaintext input.
*
Expand Down