示例#1
0
 /** {@inheritDoc} */
 @Override
 public void updateBooleanValue(final String key) {
   super.updateBooleanValue(key);
 }
示例#2
0
 /** {@inheritDoc} */
 @Override
 public void updateLongValue(final String key) {
   super.updateLongValue(key);
 }
示例#3
0
 /** {@inheritDoc} */
 @Override
 public void overwriteProperty(final Properties properties) {
   super.overwriteProperty(properties);
 }