Skip to content

Commit e859606

Browse files
committed
fix simple syntax error in application.cfc
1 parent 2fc0826 commit e859606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
component{
2-
THIS.name = "cfsolrlibDemo" />
2+
THIS.name = "cfsolrlibDemo";
33

44
public boolean function onApplicationStart(){
55
// load libraries needed for solrj

0 commit comments

Comments
 (0)