diff --git a/doc/JavaKernelGuidelines.md b/doc/JavaKernelGuidelines.md
index 71b5a2264704f5d5e5d068f13c1720932756ca7c..533872ef25e90583c9462e7f0747c0c491264a97 100644
--- a/doc/JavaKernelGuidelines.md
+++ b/doc/JavaKernelGuidelines.md
@@ -46,7 +46,6 @@ Some restrictions/guidelines may be removed or augmented in a future Aparapi rel
     int foo(int a) {
        // . . .
     }
-
     public void run() {
       int z;
       foo(z = 3);
@@ -69,4 +68,4 @@ The C99/OpenCL standard does not define this and so the result would be undefine
 ##Runtime Exceptions
 * When run on the GPU, array accesses will not generate an ArrayIndexOutOfBoundsException.  Instead the behavior will be unspecified.
 * When run on the GPU, ArithmeticExceptions will not be generated, for example with integer division by zero. Instead the behavior will be unspecified.
-Attribution
\ No newline at end of file
+Attribution