working on function mapping

This commit is contained in:
Stephan Richter
2021-06-17 11:11:57 +02:00
parent 35bdb37a8f
commit ab8a915380
3 changed files with 4 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ public class Locomotive extends Car implements Constants{
}
private static String functionName(int index,String key) {
return "function["+index+"]["+key+"]";
return "functions/"+index+"/"+key;
}
@Override