File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ public abstract class ErrorMessages {
450
450
public static final String RETURNED_NULL_WO_SETTING_ERROR = "%s returned NULL without setting an error" ;
451
451
public static final String RETURNED_RESULT_WITH_ERROR_SET = "%s returned a result with an error set" ;
452
452
public static final String RETURNED_UNEXPECTE_RET_CODE_EXPECTED_INT_BUT_WAS_S = "%s returned an unexpected return code; expected 'int' but was %s" ;
453
- public static final String S_S_CONFLICTS_WITH_CLASS_VARIABLE = "%s in %s conflicts with class variable" ;
453
+ public static final String S_S_CONFLICTS_WITH_CLASS_VARIABLE = "'%s' in %s conflicts with class variable" ;
454
454
public static final String SECURITY_EX_WHILE_READING = "security exception while reading: '%s'" ;
455
455
public static final String SEEK_OUT_OF_RANGE = "seek out of range" ;
456
456
public static final String SEMAPHORE_NAME_TAKEN = "Semaphore name taken: '%s'" ;
You can’t perform that action at this time.
0 commit comments