jdk/src/windows/classes/java/net/DefaultDatagramSocketImplFactory.java
changeset 10596 39b3a979e600
parent 5506 202f599c92aa
child 18192 fa6bd0992104
--- a/jdk/src/windows/classes/java/net/DefaultDatagramSocketImplFactory.java	Thu Sep 15 14:10:30 2011 +0100
+++ b/jdk/src/windows/classes/java/net/DefaultDatagramSocketImplFactory.java	Fri Sep 16 12:09:04 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -45,7 +45,7 @@
 
 class DefaultDatagramSocketImplFactory
 {
-    static Class prefixImplClass = null;
+    static Class<?> prefixImplClass = null;
 
     /* the windows version. */
     private static float version;