summaryrefslogtreecommitdiff
path: root/javax/sound/sampled/Line.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/sound/sampled/Line.java')
-rw-r--r--javax/sound/sampled/Line.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javax/sound/sampled/Line.java b/javax/sound/sampled/Line.java
index 75c7a8452..1e08f1a8b 100644
--- a/javax/sound/sampled/Line.java
+++ b/javax/sound/sampled/Line.java
@@ -1,5 +1,5 @@
/* An input or output line
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2012 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -51,7 +51,7 @@ public interface Line
*/
class Info
{
- private Class klass;
+ private Class<?> klass;
/**
* Create a new Info object. The argument is the class of the line,