Ejemplo n.º 1
0
 @Override
 public void setText(String key, String value) throws AtlassianCoreException {
   if (propertySet == null) {
     throw new AtlassianCoreException(ANONYMOUS_USER);
   }
   propertySet.setText(key, value);
 }
 public void setText(String s, String s1) throws PropertyException {
   ps.setText(s, s1);
 }