From 1fce1880c2b6388d86e80a446a1a6e723b64007a Mon Sep 17 00:00:00 2001 From: Aher Date: Sat, 11 Apr 2015 08:50:16 +0200 Subject: [PATCH 1/2] added commit --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index f10bc33..a25723f 100755 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + trie2 trie2 1.0-SNAPSHOT From 0f48219bc39ff7cb2fd2911b8272f725a1f22995 Mon Sep 17 00:00:00 2001 From: Aher Date: Sat, 11 Apr 2015 08:59:16 +0200 Subject: [PATCH 2/2] added a int variable --- src/main/java/sedgewick/Patricia.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/sedgewick/Patricia.java b/src/main/java/sedgewick/Patricia.java index 0a9b299..e5d042c 100755 --- a/src/main/java/sedgewick/Patricia.java +++ b/src/main/java/sedgewick/Patricia.java @@ -2,6 +2,7 @@ public class Patricia { + int aVariable; private class Node { Item item;