We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc12d4 commit 1c9ad79Copy full SHA for 1c9ad79
WHATS_NEW.md
@@ -7,7 +7,7 @@ WHATS NEW
7
For example, if one wants to enrich a service with an arbitrary number of custom properties, set a map like this:
8
9
<pre><code>Service one = Service.Builder.newInstance("s").setLocation(Location.newInstance("loc"))
10
- .setUserData(new HashMap<String, Object>()).build();</code></pre>
+ .setUserData(new HashMap<String, Object>()).build();</code></pre>
11
12
<b>2017-05-11</b> new release **v1.7.1**
13
- determine [reasons for unassigned jobs](https://github.com/graphhopper/jsprit/issues/180)
0 commit comments