Skip to content

Commit 893841b

Browse files
mtopolnikclaude
andcommitted
Replace /** with /*+ in license header opening lines
Change the opening line of 60 license/copyright block comments from /*** to /*+*** so they are no longer parsed as Javadoc. The /** prefix triggers Javadoc formatting warnings on the copyright notice text, which are avoided by using /*+ instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 862798c commit 893841b

60 files changed

Lines changed: 60 additions & 60 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketClientFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketClientLinux.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketClientOsx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketClientWindows.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketFrameHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/http/client/WebSocketSendBuffer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/qwp/client/GlobalSymbolDictionary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/qwp/client/InFlightWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

core/src/main/java/io/questdb/client/cutlass/qwp/client/MicrobatchBuffer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*******************************************************************************
1+
/*+*****************************************************************************
22
* ___ _ ____ ____
33
* / _ \ _ _ ___ ___| |_| _ \| __ )
44
* | | | | | | |/ _ \/ __| __| | | | _ \

0 commit comments

Comments
 (0)