Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for withUpgradeGuideSection (0.23 sec)

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

     */
    @Deprecated
    public class TextUtil {
    
        private static void logDeprecation() {
            DeprecationLogger.deprecateType(TextUtil.class)
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(7, "org_gradle_util_reports_deprecations")
                .nagUser();
        }
    
        private static final Pattern WHITESPACE = Pattern.compile("\\s*");
    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