Skip to content

Commit

Permalink
Merge branch 'develop' into ae7facf4
Browse files Browse the repository at this point in the history
  • Loading branch information
KirylKovaliov authored Sep 20, 2024
2 parents 597dddc + ae12607 commit 6d417a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public ExtendedRfidTextField withBufText(String bufText) {

/**
* Text field data in UTF8 format. Results of reading different lines of a multiline field are
* separated by “^”
* separated by \"^\"
*
* @return bufText
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public ExtendedTextField withBufText(String bufText) {

/**
* Text field data in UTF8 format. Results of reading different lines of a multiline field are
* separated by “^”
* separated by \"^\"
*
* @return bufText
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public ExtendedVisualTextField withBufText(String bufText) {

/**
* Text field data in UTF8 format. Results of reading different lines of a multiline field are
* separated by “^”
* separated by \"^\"
*
* @return bufText
*/
Expand Down

0 comments on commit 6d417a9

Please sign in to comment.