File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Next, we set up a main class for the application.
56
56
57
57
``` java
58
58
public class HelloWorldServer {
59
-
59
+
60
60
// We will set up some class variables here
61
61
62
62
public static void main (String [] args ) throws OpenTokException {
@@ -211,7 +211,7 @@ returning an instance of `ModelAndView` that groups this map with the name of a
211
211
212
212
### Main Template (src/main/resources/com/example/freemarker/index.ftl)
213
213
214
- This file simply sets up the HTML page for the JavaScript application to run, imports the
214
+ This file simply sets up the HTML page for the JavaScript application to run, imports the OpenTok.js
215
215
JavaScript library, and passes the values created by the server into the JavaScript application
216
216
inside ` public/js/helloworld.js `
217
217
You can’t perform that action at this time.
0 commit comments