Skip to content

Commit 29e339d

Browse files
committed
Typo
1 parent 7f31be9 commit 29e339d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto/extensibility/howto-datastorage-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The Java action illustrated below does the following:
132132
Note that in this case, as show in the domain model screenshot and the OQL screenshot above, the names of the attributes and columns match exactly.
133133

134134
```java
135-
ßOverride
135+
@Override
136136
public java.util.List<IMendixObject> executeAction() throws Exception
137137
{
138138
// BEGIN USER CODE

0 commit comments

Comments
 (0)