rt/vm/src/test/java/org/apidesign/vm4brwsr/NoStringCnstntsTest.java
changeset 1787 ea12a3bb4b33
parent 1474 3775fe162073
     1.1 --- a/rt/vm/src/test/java/org/apidesign/vm4brwsr/NoStringCnstntsTest.java	Tue Feb 18 10:02:46 2014 +0100
     1.2 +++ b/rt/vm/src/test/java/org/apidesign/vm4brwsr/NoStringCnstntsTest.java	Tue Feb 24 11:12:53 2015 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /**
     1.5   * Back 2 Browser Bytecode Translator
     1.6 - * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.7 + * Copyright (C) 2012-2015 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.8   *
     1.9   * This program is free software: you can redistribute it and/or modify
    1.10   * it under the terms of the GNU General Public License as published by
    1.11 @@ -15,7 +15,6 @@
    1.12   * along with this program. Look for COPYING file in the top folder.
    1.13   * If not, see http://opensource.org/licenses/GPL-2.0.
    1.14   */
    1.15 -
    1.16  package org.apidesign.vm4brwsr;
    1.17  
    1.18  import java.io.IOException;