jdk/src/java.base/share/classes/sun/net/dns/ResolverConfiguration.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    82 
    82 
    83     /**
    83     /**
    84      * Options representing certain resolver variables of
    84      * Options representing certain resolver variables of
    85      * a {@link ResolverConfiguration}.
    85      * a {@link ResolverConfiguration}.
    86      */
    86      */
    87     public static abstract class Options {
    87     public abstract static class Options {
    88 
    88 
    89         /**
    89         /**
    90          * Returns the maximum number of attempts the resolver
    90          * Returns the maximum number of attempts the resolver
    91          * will connect to each name server before giving up
    91          * will connect to each name server before giving up
    92          * and returning an error.
    92          * and returning an error.