File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
context/src/main/kotlin/io/spine/tools/validation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,15 @@ package io.spine.tools.validation
3333 * Each validation option declares the supported placeholders. Take a look at
3434 * `options.proto` for examples.
3535 *
36- * Important Note: we have the same [enum][io.spine.validation.RuntimeErrorPlaceholder]
36+ * ### Important Note
37+ *
38+ * we have the same items in this enum as in `io.spine.validation.RuntimeErrorPlaceholder`
3739 * in the runtime library, which is exactly as this one. Please keep them in sync.
3840 * This duplication is done intentionally to prevent clash between the runtime library,
3941 * which is added to the classpath of the Compiler and the runtime library, which is part
4042 * of the Compiler itself because it is a part of Spine. As we complete our migration
4143 * of validation to codegen, the runtime library will either be significantly simplified,
4244 * or even its content may be moved to `base`. Then, the duplicate enum should be removed.
43- *
44- * @see io.spine.validation.TemplateString
45- * @see io.spine.validation.RuntimeErrorPlaceholder
4645 */
4746public enum class ErrorPlaceholder (public val value : String ) {
4847
You can’t perform that action at this time.
0 commit comments