Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Adam Kučera
semanticBMS
Commits
443d255d
Commit
443d255d
authored
Feb 21, 2017
by
akucera
Browse files
smazani jednoho komentare
parent
6813e71f
Changes
1
Show whitespace changes
Inline
Side-by-side
SemanticBMSServer/src/main/java/cz/muni/fi/lasaris/sbms/SBMSApplication.java
View file @
443d255d
...
...
@@ -49,7 +49,6 @@ public class SBMSApplication extends ResourceConfig {
register
(
AuthenticationFilter
.
class
);
}
//TdbConnector.setPaths("F:\\sbms\\sbimtdb");
TdbConnector
.
setPaths
((
prop
.
getProperty
(
"tdb.path"
)
!=
null
)
?
prop
.
getProperty
(
"tdb.path"
)
:
"./sbmstdb"
);
//ModelUpdater.cleanup();
TdbConnector
.
open
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment