Skip to content

Commit

Permalink
#2196 Mark a static field as final
Browse files Browse the repository at this point in the history
  • Loading branch information
homedirectory committed Mar 26, 2024
1 parent 7e34ae7 commit 6c344aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import ua.com.fielden.platform.eql.stage2.sundries.Yield2;

public class Yield1 {
public static String ABSENT_ALIAS = ""; // Used for the cases where yield requires no alias (sub-query with single yield).
public static final String ABSENT_ALIAS = ""; // Used for the cases where yield requires no alias (sub-query with single yield).

public final ISingleOperand1<? extends ISingleOperand2<?>> operand;
public final String alias;
Expand Down

0 comments on commit 6c344aa

Please sign in to comment.