comparison scripts/java/javaclasspath.m @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 96518f623c91
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
91 endswitch 91 endswitch
92 92
93 else 93 else
94 if (! nargin) 94 if (! nargin)
95 ## This is to allow retrieval of both paths in separate variables with 95 ## This is to allow retrieval of both paths in separate variables with
96 ## a single call to javaclasspath(). Matlab returns only the -dynamic 96 ## a single call to javaclasspath(). Matlab returns only the -dynamic
97 ## path in this case but this won't break compatibility. 97 ## path in this case but this won't break compatibility.
98 path1 = cellstr (dynamic_path_list); 98 path1 = cellstr (dynamic_path_list);
99 path2 = cellstr (static_path_list); 99 path2 = cellstr (static_path_list);
100 else 100 else
101 switch (tolower (which)) 101 switch (tolower (which))