Skip to content

Commit 59669b9

Browse files
committed
fixed null ref
1 parent 89e777f commit 59669b9

File tree

16 files changed

+14
-6
lines changed

16 files changed

+14
-6
lines changed

notesolver/.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"java.project.referencedLibraries": [
3+
"lib/**/*.jar",
4+
"d:\\_dev\\osm\\josm\\josm\\core\\dist\\josm-custom.jar"
5+
]
6+
}

notesolver/MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Manifest-Version: 1.0
22
Ant-Version: Apache Ant 1.10.7
33
Created-By: 1.8.0_251-b08 (Oracle Corporation)
4-
Plugin-Mainversion: 10580
4+
Plugin-Mainversion: 16538
55
Plugin-Version: UNKNOWN
66
Plugin-Class: org.openstreetmap.josm.plugins.notesolver.NoteSolverPlug
77
in
88
Plugin-Description: Used for closing notes when uploading a changeset
99
and referencing them in each other's comments to keep references.
10-
Plugin-Date: 2020-05-16T08:55:03.428
10+
Plugin-Date: 2020-06-07T09:27:07.003
1111
Author: Kai Michael Poppe
1212
Plugin-Link: https://wiki.openstreetmap.org/wiki/User:Kmpoppe/Plugins#
1313
noteSolver

notesolver/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<project name="notesolver" default="dist" basedir=".">
33
<property name="commit.message" value="Note Solver"/>
4-
<property name="plugin.main.version" value="10580"/>
5-
<property name="plugin.version" value="16000"/>
4+
<property name="plugin.main.version" value="16538"/>
5+
<property name="plugin.version" value="0.3.2"/>
66
<property name="plugin.author" value="Kai Michael Poppe"/>
77
<property name="plugin.class" value="org.openstreetmap.josm.plugins.notesolver.NoteSolverPlugin"/>
88
<property name="plugin.description" value="Used for closing notes when uploading a changeset and referencing them in each other's comments to keep references."/>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)