Skip to content

Commit 8146ef9

Browse files
Update Main.java
1 parent c147320 commit 8146ef9

File tree

1 file changed

+1
-1
lines changed
  • Sample Open Source Implementations/head

1 file changed

+1
-1
lines changed

Sample Open Source Implementations/head/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public Class<? extends Random> applicableFor()
7171
//This will insert an comment Another way to add variable except Map<String, Object> $ is used to obtain value from variable
7272

7373
Serializer.PROTOCOL_REGISTRY.setActivityForAll(true); //Enabling all protocols
74-
Scope<Object> scope = Serializer.LoadFrom(f); //Loading scope with variables and values from file!
74+
Scope scope = Serializer.LoadFrom(f); //Loading scope with variables and values from file!
7575

7676
System.out.println(scope.toVarMap());
7777
System.out.println(scope.toValList());

0 commit comments

Comments
 (0)