This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/main/java/com/mathworks/ci Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -91,20 +91,11 @@ private void setEnv(EnvVars env) {
9191 public static final class UseMatlabVersionDescriptor extends BuildWrapperDescriptor {
9292
9393 MatlabReleaseInfo rel ;
94- //String matlabRootFolder;
9594 private boolean isMatrix ;
9695 private final String customLocation = Message .getValue ("matlab.custom.location" );
9796 private final String matlabAxisWarning = Message .getValue ("Use.matlab.version.axis.warning" );
9897 private AbstractProject <?, ?> project ;
9998
100- /* public String getMatlabRootFolder() {
101- return matlabRootFolder;
102- }*/
103-
104- /* public void setMatlabRootFolder(String matlabRootFolder) {
105- this.matlabRootFolder = matlabRootFolder;
106- }*/
107-
10899 @ Override
109100 public boolean isApplicable (AbstractProject <?, ?> item ) {
110101 this .project = item ;
@@ -151,10 +142,6 @@ public String getMatlabAxisWarning() {
151142 */
152143
153144 public FormValidation doCheckMatlabRootFolder (@ QueryParameter String matlabRootFolder ) {
154- /*
155- * If isMatrix or if empty installations or if selectedOption is specify loc
156- * */
157- //setMatlabRootFolder(matlabRootFolder);
158145 List <Function <String , FormValidation >> listOfCheckMethods =
159146 new ArrayList <Function <String , FormValidation >>();
160147 listOfCheckMethods .add (chkMatlabEmpty );
You can’t perform that action at this time.
0 commit comments