Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AnnotateFormatMethod (0.1 seconds)

  1. android/guava/src/com/google/common/util/concurrent/ThreadFactoryBuilder.java

            }
            return thread;
          }
        };
      }
    
      // weird case in which users pass the format string but not the associated arguments
      @SuppressWarnings("AnnotateFormatMethod")
      private static String format(String format, Object... args) {
        return String.format(Locale.ROOT, format, args);
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Dec 29 17:36:00 GMT 2025
    - 9.2K bytes
    - Click Count (0)
Back to Top