Skip to content

Commit

Permalink
make SETOF private
Browse files Browse the repository at this point in the history
  • Loading branch information
jchambers-ln committed Feb 1, 2024
1 parent 9d36fbd commit 7409dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@Category(org.hpccsystems.commons.annotations.BaseTests.class)
public class DFUFileDetailWrapperTest
{
public static final String SETOF = "RECORD\n" +
private static final String SETOF = "RECORD\n" +
"STRING1 test;\n" +
"SET OF UTF8 field3set {DEFAULT ([''])};\n" +
"SET OF UTF8 field4set {DEFAULT (['test'])};\n" +
Expand Down

0 comments on commit 7409dae

Please sign in to comment.