Skip to content

Commit 243212b

Browse files
idodeclaretarzanek
authored andcommitted
Fix test to use PLSQLAnalyzerFactory
1 parent b3bd6d8 commit 243212b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/org/opensolaris/opengrok/analysis/sql/PLSQLXrefTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private int writePLSQLXref(PrintStream oss, InputStream iss,
9797
oss.print(getHtmlBegin());
9898

9999
Writer sw = new StringWriter();
100-
SQLAnalyzerFactory fac = new SQLAnalyzerFactory();
100+
PLSQLAnalyzerFactory fac = new PLSQLAnalyzerFactory();
101101
FileAnalyzer analyzer = fac.getAnalyzer();
102102
analyzer.setScopesEnabled(true);
103103
analyzer.setFoldingEnabled(true);

0 commit comments

Comments
 (0)