We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c147320 commit 8146ef9Copy full SHA for 8146ef9
Sample Open Source Implementations/head/Main.java
@@ -71,7 +71,7 @@ public Class<? extends Random> applicableFor()
71
//This will insert an comment Another way to add variable except Map<String, Object> $ is used to obtain value from variable
72
73
Serializer.PROTOCOL_REGISTRY.setActivityForAll(true); //Enabling all protocols
74
- Scope<Object> scope = Serializer.LoadFrom(f); //Loading scope with variables and values from file!
+ Scope scope = Serializer.LoadFrom(f); //Loading scope with variables and values from file!
75
76
System.out.println(scope.toVarMap());
77
System.out.println(scope.toValList());
0 commit comments