Skip to content

Commit 9b9cfd7

Browse files
committed
Merge branch 'GigaMap_BitmapLevel2_BinaryFormat_fix_with_converter' of https://github.com/eclipse-store/store into GigaMap_BitmapLevel2_BinaryFormat_fix_with_converter
2 parents a6ff3d5 + 5d95174 commit 9b9cfd7

File tree

1 file changed

+2
-2
lines changed
  • storage/embedded-tools/storage-converter

1 file changed

+2
-2
lines changed

storage/embedded-tools/storage-converter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It is possible to define a different channel count for the target than the sourc
88

99
## Building the storage converter standalone jar
1010

11-
To build the converter standalone jar using Maven you need to active the profile **converter-standalone**.
11+
To build the converter standalone jar using Maven you need to activate the profile **converter-standalone**.
1212

1313
```console
1414
mvn -Pconverter-standalone clean package
@@ -37,7 +37,7 @@ which gives you some more control on the storage's configurations.
3737

3838
### converting binary data
3939

40-
To convert the binary representation of peristeted objects BinaryConverter implemenations can be specified:
40+
To convert the binary representation of persisted objects BinaryConverter implementations can be specified:
4141

4242
```console
4343
java -jar storage-embedded-tools-storage-converter-3.1.0.jar sourceCongig.xml targetConfig.xml -c BinaryConverterAImpl.class BinaryConverterBImpl.class

0 commit comments

Comments
 (0)