From 11518acc8c416023d8c2192b441a1767205676d9 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Wed, 9 Feb 2011 13:57:06 -0800 Subject: clean up and add javadocs Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8 --- graphics/java/android/renderscript/Int2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/java/android/renderscript/Int2.java') diff --git a/graphics/java/android/renderscript/Int2.java b/graphics/java/android/renderscript/Int2.java index 8eceb71..7aaa4e8 100644 --- a/graphics/java/android/renderscript/Int2.java +++ b/graphics/java/android/renderscript/Int2.java @@ -21,7 +21,7 @@ import android.util.Log; /** - * Class for exposing the rs int2 type back to java applications. + * Class for exposing the native Renderscript int2 type back to the Android system. * **/ public class Int2 { -- cgit v1.1