wu-sheng commented on a change in pull request #6249:
URL: https://github.com/apache/skywalking/pull/6249#discussion_r563306484
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/annotation/Column.java
##########
@@ -62,17 +62,16 @@
* @return the length of this column, this is only for {@link String}
column. The usage of this depends on the
* storage implementation.
*
- * Notice, different lengths may cause different types.
- * Such as, over 16383 would make the type in MySQL to be MEDIUMTEXT, due
to database varchar max=16383
- *
+ * Notice, different lengths may cause different types. Such as, over
16383 would make the type in MySQL to be
+ * MEDIUMTEXT, due to database varchar max=16383
* @since 7.1.0
*/
int length() default 200;
/**
* The return name of system environment could provide an override value
of the length limitation.
- * @return the variable name of system environment.
*
+ * @return the variable name of system environment.
Review comment:
I think you should not format this part.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]