Fix symbol in comments

This commit is contained in:
pTalanov
2012-05-15 22:47:39 +04:00
parent 67589e9d86
commit 82426e605d
@@ -234,7 +234,7 @@ public final class StaticContext {
String name = descriptor.getName();
PropertyDescriptor propertyDescriptor = (PropertyDescriptor) descriptor;
if (!isDefaultAccessor(propertyDescriptor.getGetter()) || !isDefaultAccessor(propertyDescriptor.getSetter())) {
// _ is more preferable than $ — should be discussed later
// _ is more preferable than $ should be discussed later
name = '_' + name;
}