Skip to content

Commit acb5ea1

Browse files
committedApr 7, 2021
update of instructions
1 parent 32dd917 commit acb5ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Tips: Use Notepad++ to search/replace on all *.java files.
5757
* Replace: // Start of user code toString_finalize\n result = getShortTitle();\n // End of user code
5858

5959
### 3.
60-
In the generated jsp pages, there are calls to getDctermsIdentifier() and getDctermsSource(), but these methods do not exist.
61-
They would have existed if the OSLC AM resources were generated. But because we are including the library as it is previously generated, the methods should be really getIdentifier() and getSource()
60+
In the generated jsp pages, there are calls to getDctermsType(), getDctermsIdentifier() and getDctermsSource(), but these methods do not exist.
61+
They would have existed if the OSLC AM resources were generated. But because we are including the library as it is previously generated, the methods should be really getType(), getIdentifier() and getSource()
6262

6363

0 commit comments

Comments
 (0)
Please sign in to comment.