We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adfb7e commit f7077f8Copy full SHA for f7077f8
README.md
@@ -50,7 +50,7 @@ a version of your choosing.
50
$ flatc --version
51
flatc version 25.1.24
52
53
-$ grep "dep.fbs.version" java/pom.xml
+$ grep "dep.fbs.version" pom.xml
54
<dep.fbs.version>25.1.24</dep.fbs.version>
55
```
56
@@ -60,10 +60,10 @@ $ grep "dep.fbs.version" java/pom.xml
60
cd $ARROW_HOME
61
62
# remove the existing files
63
-rm -rf java/format/src
+rm -rf format/src
64
65
# regenerate from the .fbs files
66
-flatc --java -o java/format/src/main/java format/*.fbs
+flatc --java -o format/src/main/java arrow-format/*.fbs
67
68
# prepend license header
69
mvn spotless:apply -pl :arrow-format
0 commit comments