Skip to content

Commit

Permalink
Apply comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YongGoose committed Jan 27, 2025
1 parent 28ac373 commit 4130c36
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
<<<<<<< HEAD
* Copyright 2015-2025 the original author or authors.
=======
* Copyright 2015-2024 the original author or authors.
>>>>>>> f3adab18f (Add Namespace by reusing Jupiter's Namespace class)
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
Expand Down Expand Up @@ -84,6 +80,6 @@ public Namespace append(Object... parts) {
ArrayList<Object> newParts = new ArrayList<>(this.parts.size() + parts.length);
newParts.addAll(this.parts);
Collections.addAll(newParts, parts);
return new Namespace(newParts);
return new Namespgitace(newParts);
}
}

0 comments on commit 4130c36

Please sign in to comment.