Skip to content
Snippets Groups Projects
Commit fae2182e authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

Changed method for populating the list with initial data to protected.

related to the MR !6
parent 8dbfd18c
No related branches found
No related tags found
1 merge request!6Issue 11 allow user to enter and update metadata about the latlong points
......@@ -74,7 +74,7 @@ public class FxApp extends Application {
* Method to prepare the initial entries in the loaction list
* @return LatLongs instance with several items
*/
private LatLongs getInitialData() {
protected LatLongs getInitialData() {
LatLongs latLongs = new LatLongs();
latLongs.addLatLong(new LatLong(63.1, 11.2));
latLongs.addLatLong(new LatLong(63.2, 11.0));
......
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