We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f4951 commit 92f862aCopy full SHA for 92f862a
3 files changed
scripts/extract_java_from_README.sh
100644
100755
scripts/fix-region-point.bash
@@ -5,4 +5,4 @@
5
#
6
set -euo pipefail
7
8
-find ./src -type f -iname 'RegionPoint.java' -exec sed -i -e 's_@SerializedName(value = "\(X\|Y\)"_@SerializedName(value = "\l\1"_g' '{}' \;
+find ./src -type f -iname 'RegionPoint.java' -exec sed -i '' -e 's_@SerializedName(value = "\(X\|Y\)"_@SerializedName(value = "\l\1"_g' '{}' \;
scripts/format.bash
0 commit comments