Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 669af9f

Browse files
author
Nikhil Bhoski
committed
Updated copyright in new error class
1 parent 93dbc57 commit 669af9f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/main/java/com/mathworks/ci/MatlabNotFoundError.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package com.mathworks.ci;
22

3+
/**
4+
* Copyright 2020 The MathWorks, Inc.
5+
*
6+
*/
7+
38
import java.io.FileNotFoundException;
49

510
public class MatlabNotFoundError extends Error {
6-
7-
/**
8-
*
9-
*/
11+
1012
private static final long serialVersionUID = 7918595075502022644L;
1113

1214
MatlabNotFoundError(String errorMessage){

0 commit comments

Comments
 (0)