зеркало из https://github.com/mozilla/pjs.git
fix bad comments.
This commit is contained in:
Родитель
7fb6b65f5c
Коммит
a49e0ca47b
|
@ -285,7 +285,7 @@ nsSubscribeDataSource::GetTargets(nsIRDFResource *source,
|
|||
|
||||
*targets = nsnull;
|
||||
|
||||
// we only have positive assertions in the file system data source.
|
||||
// we only have positive assertions in the subscribe data source.
|
||||
if (!tv) return NS_RDF_NO_VALUE;
|
||||
|
||||
nsCOMPtr<nsISubscribableServer> server;
|
||||
|
@ -494,9 +494,9 @@ nsSubscribeDataSource::HasAssertion(nsIRDFResource *source,
|
|||
if (! hasAssertion)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
// we only have positive assertions in the file system data source.
|
||||
*hasAssertion = PR_FALSE;
|
||||
|
||||
// we only have positive assertions in the subscribe data source.
|
||||
if (!tv) return NS_OK;
|
||||
|
||||
if (property == kNC_Child.get()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче