From e5db17b029da44277ab8b68904afc1c615cf991e Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 25 Oct 2016 10:01:52 +0100 Subject: [PATCH] Rewrote comment to improve readability. --- node/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/build.gradle b/node/build.gradle index 4000aab8a8..9be446bad3 100644 --- a/node/build.gradle +++ b/node/build.gradle @@ -134,7 +134,7 @@ dependencies { compile "org.hibernate:hibernate-core:5.2.2.Final" compile "org.hibernate:hibernate-java8:5.2.2.Final" - // For using caplet to build fatjar + // Capsule is a library for building independently executable fat JARs. compile 'co.paralleluniverse:capsule:1.0.3' // Integration test helpers