Fix formatting.

This commit is contained in:
norris%netscape.com 1999-05-18 22:55:11 +00:00
parent f3a98b7eaf
commit 0f406008cb
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,9 @@ import java.io.StringReader;
import java.io.IOException;
/**
* This class implements the global native object (function and value properties only).
* This class implements the global native object (function and value
* properties only).
*
* See ECMA 15.1.[12].
*
* @author Mike Shaver
@ -399,4 +401,3 @@ public class NativeGlobal {
}
}

View File

@ -22,7 +22,9 @@ import java.io.StringReader;
import java.io.IOException;
/**
* This class implements the global native object (function and value properties only).
* This class implements the global native object (function and value
* properties only).
*
* See ECMA 15.1.[12].
*
* @author Mike Shaver
@ -399,4 +401,3 @@ public class NativeGlobal {
}
}