File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
dcat-suite-app/src/main/java/org/aksw/dcat_suite/app Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ public class Config {
35
35
@ Autowired
36
36
public ConfigurableApplicationContext context ;
37
37
38
+ /*
38
39
@Bean
39
40
@FileStore
40
41
public Path localFileStore() {
@@ -114,6 +115,6 @@ public Dataset dataset() throws Exception {
114
115
115
116
return result;
116
117
}
117
-
118
+ */
118
119
119
120
}
Original file line number Diff line number Diff line change 4
4
import java .lang .annotation .Retention ;
5
5
import java .lang .annotation .RetentionPolicy ;
6
6
import java .lang .annotation .Target ;
7
+ import java .nio .file .Path ;
7
8
8
9
import org .springframework .beans .factory .annotation .Qualifier ;
9
10
10
11
/**
11
- * Qualifier for 'complete' views
12
+ * Qualifier for {@link Path} instances (folders) that act as storage for files
12
13
*
13
14
* @author raven
14
15
*
You can’t perform that action at this time.
0 commit comments