src/main/java/de/uapcore/lightpit/ResourceKey.java

changeset 34
824d4042c857
parent 29
27a0fdd7bca7
child 44
835dd169642a
     1.1 --- a/src/main/java/de/uapcore/lightpit/ResourceKey.java	Sat May 09 15:19:21 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/ResourceKey.java	Sat May 09 17:01:29 2020 +0200
     1.3 @@ -1,8 +1,8 @@
     1.4  /*
     1.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6 - * 
     1.7 + *
     1.8   * Copyright 2018 Mike Becker. All rights reserved.
     1.9 - * 
    1.10 + *
    1.11   * Redistribution and use in source and binary forms, with or without
    1.12   * modification, are permitted provided that the following conditions are met:
    1.13   *
    1.14 @@ -24,7 +24,7 @@
    1.15   * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    1.16   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    1.17   * POSSIBILITY OF SUCH DAMAGE.
    1.18 - * 
    1.19 + *
    1.20   */
    1.21  package de.uapcore.lightpit;
    1.22  
    1.23 @@ -34,9 +34,9 @@
    1.24  public final class ResourceKey {
    1.25      private String bundle;
    1.26      private String key;
    1.27 -    
    1.28 +
    1.29      public ResourceKey() {
    1.30 -        
    1.31 +
    1.32      }
    1.33  
    1.34      public ResourceKey(String bundle, String key) {
    1.35 @@ -55,7 +55,7 @@
    1.36      public void setKey(String key) {
    1.37          this.key = key;
    1.38      }
    1.39 -    
    1.40 +
    1.41      public String getKey() {
    1.42          return key;
    1.43      }

mercurial