Tsz-wo Sze created HDDS-13718:
---------------------------------
Summary: Improve the Ozone logo in OzoneVersionInfo
Key: HDDS-13718
URL: https://issues.apache.org/jira/browse/HDDS-13718
Project: Apache Ozone
Issue Type: Improvement
Components: common
Reporter: Tsz-wo Sze
Assignee: Tsz-wo Sze
The current logo below uses only the `/` character. It would be better to use
more different characters.
{code}
// OzoneVersionInfo
System.out.println(
" ////////////// \n" +
" //////////////////// \n" +
" //////// //////////////// \n" +
" ////// //////////////// \n" +
" ///// //////////////// / \n" +
" ///// //////// /// \n" +
" //// //////// ///// \n" +
" ///// //////////////// \n" +
" ///// //////////////// // \n" +
" //// /////////////// ///// \n" +
" ///// /////////////// //// \n" +
" ///// ////// ///// \n" +
" ////// ////// ///// \n" +
" /////////// //////// \n" +
" ////// //////////// \n" +
" /// ////////// \n" +
" / " + OZONE_VERSION_INFO.getVersion() + "("
+ OZONE_VERSION_INFO.getRelease() + ")\n");
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]