Skip to content

Commit

Permalink
Merge pull request jpos#69 from barspi/master
Browse files Browse the repository at this point in the history
Some proguide fixes
  • Loading branch information
ar committed Sep 24, 2014
2 parents 5971f6a + a66598f commit 17e54c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/src/asciidoc/ch01/building.asc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ it to your 'pom' as a dependency.
.The 'clean' task is your friend
=====
Out of all the available tasks, there's one that will keep you out
of trouble: *clean*. While Gradle is very smart when it comes to figure
of trouble: *clean*. While Gradle is very smart when it comes to figuring
out which dependencies have been modified and need to be rebuilt, there's
nothing like the extra confidence that a good old +clean+ gives. When
in doubt, +gradle clean+.
Expand Down
4 changes: 2 additions & 2 deletions doc/src/asciidoc/ch02/iso8583.asc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Let's have a look at another sample message:

|1.
|PRIMARY BITMAP
|Indicates presence of secondary bitmap plus fields 3, 11 and 41
|Indicates presence of secondary bitmap plus fields 3, 11, 41 and 60
|+A0 20 00 00 00 80 00 10+

|1
Expand Down Expand Up @@ -242,7 +242,7 @@ Secondary bitmap: 04000000 00000000
Field 03: 000000
Field 11: 000001
Field 41: 3239313130303031 (ASCII for "29110001")
Field 60: 0010 6A504F5320312E342E31 (length=10, value="jPOS 1.4.1")
Field 60: 0010 6A504F5320312E392E31 (length=10, value="jPOS 1.9.1")
Field 70: 0301
----
Expand Down

0 comments on commit 17e54c1

Please sign in to comment.