Change password property type to Password

This commit is contained in:
Carsten Ziegeler 2021-06-11 15:34:47 +02:00 committed by Oleg Kalnichevski
parent 88a30eb77b
commit 56d7863651
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
information on the Apache Software Foundation, please see
<http://www.apache.org />.
-->
<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0" localization="metatype">
<metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.2.0" localization="metatype">
<OCD id="org.apache.http.proxyconfigurator"
name="%proxyconfig.name"
@ -55,7 +55,7 @@
description="%proxy.user.description" />
<AD id="proxy.password"
type="String"
type="Password"
default=""
name="%proxy.password.name"
description="%proxy.password.description" />