Skip to content
Snippets Groups Projects
Commit 9876fc05 authored by Leonard Kupper's avatar Leonard Kupper
Browse files

Fix accessibility.

parent 473aef92
No related branches found
No related tags found
1 merge request!9Feat/configparser update 18
......@@ -17,7 +17,7 @@ import java.util.Set;
* @version 2019.07.18
*/
abstract class ConfigurationParser {
public abstract class ConfigurationParser {
private FileInputStream mInput;
private ConfigurationValidator mValidator;
......
......@@ -5,7 +5,7 @@ package de.tudresden.inf.mci.brailleplot.configparser;
* @author Leonard Kupper
* @version 2019.06.04
*/
abstract class ValidProperty {
public abstract class ValidProperty {
String mName;
String mValue;
......
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