Skip to content

Commit 4e0baa3

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 04149a4 commit 4e0baa3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

server/src/main/java/org/elasticsearch/ElasticsearchException.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,12 +1983,7 @@ private enum ElasticsearchExceptionHandle {
19831983
183,
19841984
TransportVersions.V_8_16_0
19851985
),
1986-
REMOTE_COMPUTE_EXCEPTION(
1987-
RemoteException.class,
1988-
RemoteException::new,
1989-
184,
1990-
TransportVersions.REMOTE_COMPUTE_EXCEPTION
1991-
);
1986+
REMOTE_COMPUTE_EXCEPTION(RemoteException.class, RemoteException::new, 184, TransportVersions.REMOTE_COMPUTE_EXCEPTION);
19921987

19931988
final Class<? extends ElasticsearchException> exceptionClass;
19941989
final CheckedFunction<StreamInput, ? extends ElasticsearchException, IOException> constructor;

0 commit comments

Comments
 (0)