Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
big-data
ohsome
oshdb-examples
Commits
62e997b5
Verified
Commit
62e997b5
authored
Jul 19, 2021
by
Johannes Visintini
Browse files
Fix Typo in Class Name "AdvancedExample"
parent
b96c15e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/heigit/ohsome/oshdb/tutorial/Advan
d
cedExample.java
→
src/main/java/org/heigit/ohsome/oshdb/tutorial/AdvancedExample.java
View file @
62e997b5
...
...
@@ -17,11 +17,11 @@ import org.heigit.ohsome.oshdb.util.mappable.OSMContribution;
import
org.heigit.ohsome.oshdb.util.time.OSHDBTimestamps
;
import
org.jfree.ui.RefineryUtilities
;
public
class
Advan
d
cedExample
{
public
class
AdvancedExample
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
//Declare Database
SortedMap
<
OSHDBTimestamp
,
Map
<
ContributionType
,
Integer
>>
reduce
;
try
(
OSHDBDatabase
oshdb
=
new
OSHDBH2
(
Advan
d
cedExample
.
class
.
getResource
(
"/test.oshdb.mv.db"
)
try
(
OSHDBDatabase
oshdb
=
new
OSHDBH2
(
AdvancedExample
.
class
.
getResource
(
"/test.oshdb.mv.db"
)
.
getFile
()
.
replace
(
".mv.db"
,
""
));
OSHDBJdbc
keytables
=
new
OSHDBH2
(
Tutorial
.
class
.
getResource
(
"/test.oshdb.keytables.mv.db"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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