Revision: 5902 http://jnode.svn.sourceforge.net/jnode/?rev=5902&view=rev Author: galatnm Date: 2012-08-09 14:01:43 +0000 (Thu, 09 Aug 2012) Log Message: ----------- Remove IBM partition table reference from GPT partition table entry (patch from L. Quinane)
Modified Paths: -------------- trunk/fs/src/fs/org/jnode/partitions/gpt/GptPartitionTableEntry.java Modified: trunk/fs/src/fs/org/jnode/partitions/gpt/GptPartitionTableEntry.java =================================================================== --- trunk/fs/src/fs/org/jnode/partitions/gpt/GptPartitionTableEntry.java 2012-08-09 11:04:47 UTC (rev 5901) +++ trunk/fs/src/fs/org/jnode/partitions/gpt/GptPartitionTableEntry.java 2012-08-09 14:01:43 UTC (rev 5902) @@ -21,8 +21,8 @@ package org.jnode.partitions.gpt; import java.nio.charset.Charset; +import org.jnode.partitions.PartitionTable; import org.jnode.partitions.PartitionTableEntry; -import org.jnode.partitions.ibm.IBMPartitionTable; import org.jnode.util.LittleEndian; import org.jnode.util.NumberUtils; @@ -63,7 +63,7 @@ /** * @see org.jnode.partitions.PartitionTableEntry#getChildPartitionTable() */ - public IBMPartitionTable getChildPartitionTable() { + public PartitionTable<?> getChildPartitionTable() { throw new UnsupportedOperationException("No child partitions."); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Jnode-svn-commits mailing list Jnode-svn-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits