We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efb5da2 + 0c30452 commit c4bf72eCopy full SHA for c4bf72e
src/org/linkeddatafragments/datasource/DataSourceFactory.java
@@ -13,7 +13,7 @@
13
public class DataSourceFactory {
14
15
public static IDataSource create(JsonObject config) throws DataSourceException {
16
- String title = config.getAsJsonPrimitive("type").getAsString();
+ String title = config.getAsJsonPrimitive("title").getAsString();
17
String description = config.getAsJsonPrimitive("description").getAsString();
18
String type = config.getAsJsonPrimitive("type").getAsString();
19
0 commit comments