You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.logWarning(`${FrontendLoggerCategory.Package}.quantityFormatter`,"An exception occurred initializing the iModelApp.quantityFormatter with the given UnitsProvider. Defaulting back to the internal units provider.");
698
698
// If there is a problem initializing with the given provider, default back to the internal provider
@@ -1128,13 +1128,13 @@ export class QuantityFormatter implements UnitsProvider {
1128
1128
returnthis._formatSpecsRegistry.get(name);
1129
1129
}
1130
1130
1131
-
/**
1132
-
* Populates the registry with a new FormatterSpec and ParserSpec entry for the given format name.
1133
-
* @beta
1134
-
* @param name The key used to identify the formatter and parser spec
1135
-
* @param persistenceUnitName The name of the persistence unit
1136
-
* @param formatProps If not supplied, tries to retrieve the [[FormatProps]] from [[IModelApp.formatsProvider]]
1137
-
*/
1131
+
/**
1132
+
* Populates the registry with a new FormatterSpec and ParserSpec entry for the given format name.
1133
+
* @beta
1134
+
* @param name The key used to identify the formatter and parser spec
1135
+
* @param persistenceUnitName The name of the persistence unit
1136
+
* @param formatProps If not supplied, tries to retrieve the [[FormatProps]] from [[IModelApp.formatsProvider]]
0 commit comments