profile syntax: syntactic sugar

This commit is contained in:
Arndt 2015-03-01 13:04:11 +01:00
parent 8676f5e081
commit 6811ea524e
5 changed files with 245 additions and 122 deletions

View file

@ -292,7 +292,7 @@ final class OsmPath implements OsmLinkHolder
+ "\t" + linkturncost
+ "\t" + linknodecost
+ "\t" + linkinitcost
+ rc.expctxWay.getKeyValueDescription( link.counterLinkWritten, description );
+ "\t" + rc.expctxWay.getKeyValueDescription( link.counterLinkWritten, description );
}
if ( stopAtEndpoint )