File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/java/com/marcospassos/phpserializer/adapter Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ before_install:
9
9
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
10
10
after_success :
11
11
- mvn clean cobertura:cobertura coveralls:report -DrepoToken=${COVERALL_TOKEN}
12
+ addons :
13
+ apt :
14
+ packages :
15
+ - libxml2-utils
12
16
deploy :
13
17
-
14
18
provider : script
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public StringAdapter() {
28
28
/**
29
29
* Creates a adapter for strings encoded with the specified charset.
30
30
*
31
- * @param charset
31
+ * @param charset The charset to encode strings.
32
32
*/
33
33
public StringAdapter (Charset charset ) {
34
34
this .charset = charset ;
You can’t perform that action at this time.
0 commit comments