jdk/src/windows/classes/java/net/DefaultDatagramSocketImplFactory.java
changeset 10596 39b3a979e600
parent 5506 202f599c92aa
child 18192 fa6bd0992104
equal deleted inserted replaced
10595:c5be3e19fbab 10596:39b3a979e600
     1 /*
     1 /*
     2  * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    43  * @author Chris Hegarty
    43  * @author Chris Hegarty
    44  */
    44  */
    45 
    45 
    46 class DefaultDatagramSocketImplFactory
    46 class DefaultDatagramSocketImplFactory
    47 {
    47 {
    48     static Class prefixImplClass = null;
    48     static Class<?> prefixImplClass = null;
    49 
    49 
    50     /* the windows version. */
    50     /* the windows version. */
    51     private static float version;
    51     private static float version;
    52 
    52 
    53     /* java.net.preferIPv4Stack */
    53     /* java.net.preferIPv4Stack */