Skip to content
Snippets Groups Projects
Commit 308b10da authored by Andrey Ruzhanskiy's avatar Andrey Ruzhanskiy
Browse files

Adde quotation marks around output

parent d22d0792
No related branches found
No related tags found
1 merge request!34Feat/brailletext update 54
package de.tudresden.inf.mci.brailleplot.rendering.language;
/**
* Helper class for braillelanguage
* @author Andrey Ruzhanskiy
* @version 27.09.2019
*/
public class BrailleLanguage {
public static String getCorrectLanguage(Language language){
......@@ -14,7 +19,7 @@ public class BrailleLanguage {
case DE_KURZSCHRIFT:
return "de-g2.ctb";
}
throw new RuntimeException("Unsupported language given as braillelanguage! " + language.toString());
throw new RuntimeException("Unsupported language given as braillelanguage! \"" + language.toString() + "\"");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment