We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068364f commit aca094aCopy full SHA for aca094a
.travis.yml
@@ -9,6 +9,10 @@ before_install:
9
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
10
after_success:
11
- mvn clean cobertura:cobertura coveralls:report -DrepoToken=${COVERALL_TOKEN}
12
+addons:
13
+ apt:
14
+ packages:
15
+ - libxml2-utils
16
deploy:
17
-
18
provider: script
src/main/java/com/marcospassos/phpserializer/adapter/StringAdapter.java
@@ -28,7 +28,7 @@ public StringAdapter() {
28
/**
29
* Creates a adapter for strings encoded with the specified charset.
30
*
31
- * @param charset
+ * @param charset The charset to encode strings.
32
*/
33
public StringAdapter(Charset charset) {
34
this.charset = charset;
0 commit comments