Skip to content

Commit fc59ea5

Browse files
PDFCLOUD-3877 GetText does not search multiple strings as Array
1 parent e4d3264 commit fc59ea5

File tree

23 files changed

+35
-9
lines changed

23 files changed

+35
-9
lines changed

Exampls/.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# exclude jar for gradle wrapper
12+
!gradle/wrapper/*.jar
13+
14+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15+
hs_err_pid*
16+
17+
# build files
18+
**/target
19+
target
20+
.gradle
21+
build
22+
23+
#IDE
24+
.idea
25+
26+
local.properties

Exampls/jar/classes.jar

-1.66 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)