1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed a comment.

This commit is contained in:
Sergey Prigogin 2011-05-16 19:22:17 +00:00
parent 2f58a8c5d1
commit 570abc9774

View file

@ -140,7 +140,7 @@ public class ImplementMethodRefactoring extends CRefactoring2 {
if (binding instanceof ICPPMethod) {
ICPPMethod methodBinding = (ICPPMethod) binding;
if (methodBinding.isPureVirtual()) {
return false; //pure virtual not handled for now, see bug 303870
return false; // Pure virtual not handled for now, see bug 303870
}
}