From 1142b68123eac6346e7adf2f22f2539441281db6 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 12 May 2015 23:53:32 +0200 Subject: [PATCH] Added missing Javadoc entry about bundling reason --- .../src/main/groovy/nl/flotsam/xeger/Xeger.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/accurest-converters/src/main/groovy/nl/flotsam/xeger/Xeger.java b/accurest-converters/src/main/groovy/nl/flotsam/xeger/Xeger.java index 8fd7d28628..9bd42a674a 100644 --- a/accurest-converters/src/main/groovy/nl/flotsam/xeger/Xeger.java +++ b/accurest-converters/src/main/groovy/nl/flotsam/xeger/Xeger.java @@ -14,6 +14,10 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * + * The class is bundled together with our code because it has not been + * released to any central repository. + * */ package nl.flotsam.xeger;