зеркало из https://github.com/mozilla/gecko-dev.git
Previous version did not compile: errors in getSource().
This commit is contained in:
Родитель
01fb925375
Коммит
f77c8b0f45
|
@ -152,7 +152,7 @@ public Properties getPageInfo()
|
|||
public String getSource()
|
||||
{
|
||||
myFactory.throwExceptionIfNotInitialized();
|
||||
String HTMLContent;
|
||||
String HTMLContent = null;
|
||||
String currURL = getCurrentURL();
|
||||
System.out.println("\nThe Current URL is -- " + currURL);
|
||||
try {
|
||||
|
@ -185,7 +185,7 @@ public byte [] getSourceBytes()
|
|||
myFactory.throwExceptionIfNotInitialized();
|
||||
|
||||
|
||||
String HTMLContent;
|
||||
String HTMLContent = null;
|
||||
String currURL = getCurrentURL();
|
||||
System.out.println("\nThe Current URL is -- " + currURL);
|
||||
try {
|
||||
|
@ -268,7 +268,7 @@ public static void main(String [] args)
|
|||
Assert.setEnabled(true);
|
||||
Log.setApplicationName("CurrentPageImpl");
|
||||
Log.setApplicationVersion("0.0");
|
||||
Log.setApplicationVersionDate("$Id: CurrentPageImpl.java,v 1.15 2001/05/08 20:54:14 edburns%acm.org Exp $");
|
||||
Log.setApplicationVersionDate("$Id: CurrentPageImpl.java,v 1.16 2001/05/08 21:07:16 edburns%acm.org Exp $");
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче