test/tools/javac/lambda/lambdaExpression/LambdaTest1.java

changeset 2370
acd64168cf8b
parent 1415
01c9d4161882
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/lambda/lambdaExpression/LambdaTest1.java	Fri Apr 18 23:58:05 2014 +0100
     1.2 +++ b/test/tools/javac/lambda/lambdaExpression/LambdaTest1.java	Tue Apr 22 17:55:22 2014 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -33,7 +33,6 @@
    1.11  import java.util.Collections;
    1.12  import java.util.List;
    1.13  import java.util.ArrayList;
    1.14 -import java.util.Date;
    1.15  
    1.16  public class LambdaTest1 {
    1.17  

mercurial