Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Renamed dist artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid committed Jan 14, 2014
1 parent efe811b commit 167eb11
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions stratosphere-dist/pom.xml → sopremo-meteor-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<version>0.4</version>
</parent>

<artifactId>stratosphere-dist</artifactId>
<name>stratosphere-dist</name>
<artifactId>sopremo-meteor-dist</artifactId>
<name>sopremo-meteor-dist</name>
<packaging>pom</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,24 +143,6 @@ public final Class<IObjectNode> getType() {
return IObjectNode.class;
}

//
// @Override
// public IJsonNode readResolve(final DataInput in) throws IOException {
// final int len = in.readInt();
//
// // performance optimization: reuse existing nodes
// Set<String> currentKeys = new HashSet<String>(this.children.keySet());
// for (int i = 0; i < len; i++) {
// final String key = in.readUTF();
// currentKeys.remove(key);
// this.children.put(key, SopremoUtil.deserializeNode(in, this.children.get(key)));
// }
// for (String currentKey : currentKeys)
// this.children.remove(currentKey);
//
// return this;
// }

@Override
public int hashCode() {
final int prime = 31;
Expand Down

0 comments on commit 167eb11

Please sign in to comment.