Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdk/cdk
base: c26154d78d12
Choose a base ref
...
head repository: cdk/cdk
compare: f7b6302bd97d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 3, 2012

  1. Fixed closing <ul> (fixes #1265)

    Change-Id: Ib903e924bcbc730ec2df1f39b640860f77a7aceb
    egonw committed Nov 3, 2012
    Copy the full SHA
    2fd3406 View commit details
    Browse the repository at this point in the history
  2. Renamed constructer parameter out to writer (Writer) and change defau…

    …lt constructor to use the ByteArrayOutputStream. Added Writer -> OutputStream conversion in setWriter() similar to constructor and modified both to print a warning message. I'm aware the OutputStream doesn't handle encodings… but I'm not sure if this is an issue as the CML serializers take an encoding as a parameters. Added null check on 'close()'
    
    Change-Id: I44a5d361a9b3e6c321e47cde93d5c578cdf4221d
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Nov 3, 2012
    Copy the full SHA
    f7b6302 View commit details
    Browse the repository at this point in the history