diff scripts/deprecated/java_convert_matrix.m @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents e124ae274013 446c46af4b42
children
line wrap: on
line diff
--- a/scripts/deprecated/java_convert_matrix.m	Mon Jan 19 07:04:12 2015 +0100
+++ b/scripts/deprecated/java_convert_matrix.m	Tue Jan 20 10:05:42 2015 -0500
@@ -22,7 +22,7 @@
 ## @deftypefnx {Built-in Function} {} java_convert_matrix (@var{new_val}, "local")
 ## Query or set the internal variable that controls whether Java arrays are
 ## automatically converted to Octave matrices.  The default value is false.
-## 
+##
 ## When called from inside a function with the @qcode{"local"} option, the
 ## variable is changed locally for the function and any subroutines it calls.
 ##  The original variable value is restored when exiting the function.