From d9b407475ae3ebe434b29d9eabdd7d4416e17881 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Oct 2012 15:48:04 +0000 Subject: More comment/spelling fixes. Added a helper to GatsInputStream so you can find out how many bytes the previously read object was. --- java/com/xagasoft/gats/KeyNotFoundException.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/com/xagasoft/gats/KeyNotFoundException.java') diff --git a/java/com/xagasoft/gats/KeyNotFoundException.java b/java/com/xagasoft/gats/KeyNotFoundException.java index 4b75847..49d14e1 100644 --- a/java/com/xagasoft/gats/KeyNotFoundException.java +++ b/java/com/xagasoft/gats/KeyNotFoundException.java @@ -5,11 +5,12 @@ package com.xagasoft.gats; * casting helper functions is used to extract a value. In those cases, * in java we could still potentially return a null (at least if we were * using object types). This has a couple of advantages when working with - * non-object types, and maintains compatability with other implementations + * non-object types, and maintains compatibility with other implementations * of the Gats library. */ public class KeyNotFoundException extends Exception { + private static final long serialVersionUID = -1919827309987785614L; private Object oSrc = null; private String sKey = null; -- cgit v1.2.3