Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPlatformLineSeparatorInternal (0.32 sec)

  1. platforms/core-runtime/logging/src/main/java/org/gradle/util/TextUtil.java

        /**
         * Returns the line separator for this platform.
         */
        public static String getPlatformLineSeparator() {
            logDeprecation();
            return getPlatformLineSeparatorInternal();
        }
    
        private static String getPlatformLineSeparatorInternal() {
            return SystemProperties.getInstance().getLineSeparator();
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top