[svn]
r6946: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n
IT
svnadmin at nemerle.org
Sat Nov 18 22:47:01 CET 2006
Log:
Removed warnings.
Author: IT
Date: Sat Nov 18 22:46:59 2006
New Revision: 6946
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Formatter.n Sat Nov 18 22:46:59 2006
@@ -91,8 +91,8 @@
}
// Here we have to fund out what piece of AST to analyze
- public FormatSpan(startLine : int, startCol : int, endLine : int,
- endCol : int, filePath : string) : SCG.List[FormatterResult]
+ public FormatSpan(_startLine : int, _startCol : int, _endLine : int,
+ _endCol : int, _filePath : string) : SCG.List[FormatterResult]
{
SCG.List.[FormatterResult]();
}
More information about the svn
mailing list