src/java.desktop/share/classes/javax/sound/sampled/LineEvent.java
changeset 50832 e069b9e49ca7
parent 47216 71c04702a3d5
child 58309 c6f8b2c3dc66
--- a/src/java.desktop/share/classes/javax/sound/sampled/LineEvent.java	Fri Jun 22 13:21:23 2018 -0700
+++ b/src/java.desktop/share/classes/javax/sound/sampled/LineEvent.java	Fri Jun 22 19:19:43 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2018, 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
@@ -100,7 +100,6 @@
      * @return the line responsible for this event
      */
     public final Line getLine() {
-
         return (Line)getSource();
     }
 
@@ -111,7 +110,6 @@
      *         {@link Type#START}, or {@link Type#STOP})
      */
     public final Type getType() {
-
         return type;
     }
 
@@ -137,7 +135,6 @@
      * which is a reasonable definition....
      */
     public final long getFramePosition() {
-
         return position;
     }