We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0d419 commit 621b734Copy full SHA for 621b734
src/main/java/br/com/pinter/tqrespec/save/VariableInfo.java
@@ -20,7 +20,7 @@
20
21
package br.com.pinter.tqrespec.save;
22
23
-class VariableInfo {
+public class VariableInfo {
24
private String name = null;
25
private int keyOffset = -1;
26
private int valOffset = -1;
0 commit comments