Skip to content

Commit 5a7ecb7

Browse files
fern-supporteyw520
andauthored
(fix): update invalid Javadoc tag, add MergeApiApiError to .fernignore. (#64)
Co-authored-by: eden <[email protected]>
1 parent 4a7e2df commit 5a7ecb7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.fernignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
README.md
44
LICENSE.md
55

6+
# Patch
7+
8+
src/main/java/com/merge/api/core/MergeApiApiError.java

src/main/java/com/merge/api/core/MergeApiApiError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package com.merge.api.core;
99

1010
/**
11-
* @Deprecated
11+
* @deprecated
1212
* This exception type will be thrown for any non-2XX API responses.
1313
*/
1414
public class MergeApiApiError extends MergeException {

0 commit comments

Comments
 (0)