Formatting.
This commit is contained in:
@@ -116,6 +116,7 @@ abstract Member(Field) from Field to Field {
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_isPublic(param) {
|
function set_isPublic(param) {
|
||||||
if (param == null) {
|
if (param == null) {
|
||||||
changeAccess(null, APublic);
|
changeAccess(null, APublic);
|
||||||
@@ -157,6 +158,7 @@ abstract Member(Field) from Field to Field {
|
|||||||
if (x == a) return true;
|
if (x == a) return true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeAccess(add:Access, remove:Access) {
|
function changeAccess(add:Access, remove:Access) {
|
||||||
var i = 0;
|
var i = 0;
|
||||||
if (this.access == null)
|
if (this.access == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user