Skip to content

Commit

Permalink
small modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik committed Jul 26, 2016
1 parent cd69337 commit 2077657
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
version in ThisBuild := {
val major = 0
val minor = 0
val patch = 5
val patch = 6
s"$major.$minor.$patch"
} //added some error handling for font information.
} //small patch.

scalaVersion in ThisBuild := "2.11.8"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ class ProcessPaths(page:PDPage) extends PDFGraphicsStreamEngine(page:PDPage) {
currentPoint = startPoint
subPathComplete()

case _ => logger.warning("A path encountered a close operator before it even started. " +
"It will henceforth be known as Rickon Stark Blvd.") //should never reach here
case _ => {logger.warning("A path encountered a close operator before it even started. " +
"It will henceforth be known as Rickon Stark Blvd.") ; subPathComplete()}//should never reach here}

}

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added writers/src/test/resources/10.1.1.194.433.pdf
Binary file not shown.

0 comments on commit 2077657

Please sign in to comment.